This project is an app for predicting the results of Formula 1 races. It contains the customer app, where users can join groups and play together, as well as the admin app, where the admin can provide race results and supervise the entire system.
Angular, Nest.js, Typescript, TypeORM, MySQL
Clone the project
git clone https://github.com/piotrv1001/Shop.gitGo to the project directory
cd ShopIn the first terminal, go to the backend folder
cd backendStart the server
npm run startIn the second terminal, go to the frontend folder
cd frontendStart the application
ng serve --openNote: This requires to have a local MySQL database running on port 3306.
- JWT Authentication
- Creating and joining groups
- Creating and updating race predictions
- Statistics table for each group
- Admin app for providing race results

