Project

Technologies

Backend / API

Frontend / Client

Database

  • For development purposes an SQLite database was used.

  • For testing purposes, a MySQL server (community) was used.

Running the project

  1. Start the backend API: cd API then dotnet run.

  2. Start the web client: cd client-app then npm start.

Building the project for deployment

  1. Build the web client: cd client-app then npm run build.

  2. This will create an optimized webapp and move it to the wwwroot folder of the API.