Senor Project Team 24
- Install Node.js, MySQL, dotnet core 9.0 SDK
- Clone this repository
- Run
npm installin the project directory. You can also runnpm run buildandnpm startto run the React frontend separately. - Create a MySQL database and update the connection string in
appsettings.json - Run
dotnet runin the project directory
- Install Docker and Docker Compose
- Clone this repository
- Run
./startserver-dev.shor./startserver-dev.batin the project directory - Access the API at
http://localhost:5000, and the browser app athttp://localhost:3000
[Future Link to API Documentation Here]
- Run
dotnet testin the project directory to execute unit tests.