- API : API Documentation
- Front : Front Documentation
Create a .env
file in the root path of the project and put these different environment variables to be able to connect the MongoDB cluster :
# MongoDB - Database credentials
DB_USERNAME=<your_username>
DB_PASSWORD=<your_password>
DB_ADDRESS=<cluster_address>