Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 730 Bytes

E-TIPI-MVC

ASP.NET Core 2.2 & Excel export

Technical test for E-TIPI Learning startup

The requirements are the following :

  • Write a little program that shows how you handle the full stack from front-end to back-end.

  • A user should be able to enter a learning resource which has title, description, start date and end date.

  • The title is mandatory and all learning resources should be persisted into the system so that they can be retrieved later on.

  • The program should be able to list the different recorded learning resources and export them as an Excel file.

  • Please consider that the code should be production quality and not POC !

  • Also note that any missing requirements are left for to you provide.