You can use Docker Compose to install MongoDB locally. To do this run this commandes at the root directory
- docker-compose up --build -d mongodb
- docker-compose up
This repo uses yarn workspaces https://classic.yarnpkg.com/en/docs/workspaces/
To install all the packages, please run (at the root folder):
- yarn install
- yarn start
- open http://localhost:3000 to view it in the browser.
- yarn start
- open http://localhost:8000 to view it in the browser. You can change the port in the /frontend/.env file