This application is designed to manage a network of bowling alleys, providing users with a seamless experience for booking lanes and ordering food.
LaneControl/LaneControl-backend/api/appsetting.json
and replace placeholder values in DefaultConnection and SigningKey fields with your own data.
Then go to directory LaneControl/LaneControl-backend/api
and run:dotnet ef database update
dotnet watch run
In order to run frontend of the app go to directory LaneControl/LaneControl-frontend
.
Then run:npm install
npm start