Skip to content

piotrv1001/podium-picks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Podium Picks

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.

Tech stack

Angular, Nest.js, Typescript, TypeORM, MySQL

Screenshots

App Screenshot

Database schema

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/piotrv1001/Shop.git

Go to the project directory

  cd Shop

In the first terminal, go to the backend folder

  cd backend

Start the server

  npm run start

In the second terminal, go to the frontend folder

  cd frontend

Start the application

  ng serve --open

Note: This requires to have a local MySQL database running on port 3306.

Features

  • JWT Authentication
  • Creating and joining groups
  • Creating and updating race predictions
  • Statistics table for each group
  • Admin app for providing race results

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors