To launch the project locally, do next:
- Go to /front directory, run
npm i
andnpm start
- In another terminal window, go to /server and run
npm i
andnpm run dev
On the server side a docker-image allows launching mongodb locally without any additional setup.