This is a web application for analysing teams in the English Premier League.
First, copy env file into .env file.
Then run:
makeTo start the development server, run:
docker-compose upOpen http://localhost:3000 with your browser to see the web app.
Open http://localhost:5000 with your browser to access the api server.
To start the production server, run:
make prodOpen http://localhost with your browser to see the web app.
Open http://localhost:5000 with your browser to see the api server.