See the Front-End App Here
Create an API with endpoints for the Front-End App that utilizes the following:
- Culmination of technologies mastered in last 6 months
- C#
- .NET
- SQL
API Endpoint to Get all the data
Endpoint to Create and Update Projects
Endpoint to Create and Update Tasks
Endpoint to Create Users
1. You will need Visual Studio installed or similar software for bundling the code and running the .NET Core Runtime
2. Clone this repo and navigate into the project folder in your terminal
3. Type 'npm install' to download required dependencies.
4. Build and Run the API with Visual Studio