Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 434 Bytes

Loymark

This project is a Technical assessment for a job opportunity (developed by me). It contains a backend built in ASP.NET Core Web API connected to a SQL Server Database and a ASP.NET Core Web App (Razor Pages) for the frontend.

To Implement this project:

  1. Clone or download project code.
  2. Execute Database scripts. 2.1. CreateDatabase 2.2. InsertMockData
  3. Build and run backend and frontend projects.