Project developed while on Trybe
This project simulates a working Football Championship Table/Leaderboard. Being possible to visualize the table, with filters(home and away) as well, log as administrator to add new match, edit in progress match scores and change match status to finished.
1 - Clone the repository
git clone [email protected]:gabrielraeder/trybe-futebol-clube.git
2 - Enter repository directory
cd trybe-futebol-clube
3 - Install the dependencies (if needed)
npm install
4 - Run the following command to start the containers
npm run compose:up
The application will be running on http://localhost:3000.
Developed By Gabriel Gonçalves.