This is the Momentuum Web API built using .NET Core
- ASP.NET Web API
- .NET Core 2.0.0
- Git for source code control
You should have Docker installed
- Clone the repository
git clone <repository url>
- Run
db.sql
located at the root of the project to create your db - Open the Project in Visual Studio
- Add your database properties in
appsettings.Development.json
- Run the Project in Debug mode from Visual Studio