Refer to the Notion Doc for more information.
This is a monorepo using Lerna.
npm i in the root directory then run npm run [fe|be|all] will spin up parts/all of the project.
Both packages have .env.example that needs to be copied and edited to either .env on the BE and .env.development.local on the FE.
Currently tests are implemented in the backend via mocha and mongodb-memory-server.
Frontend uses jest.
Run tests via npm run [test|fe-test|be-test]