We use docker to run the project and a .env is required to run the project.
You can find an example of the .env file in the root of the project named .env.template.
To run the project with docker, you need to have docker installed on your computer.
docker compose up --build -d
This docker will start :
- The frontend (React) on port 3000
- The backend (NodeJS) on port 4000
- The database (MongoDB) on port 27017
You can find the api documentation here.