This is a template repository for CS3219 project.
# from project root
npm run installAll# from project root
npm run dev# from project root
docker-compose up --build- Rename
.env.samplefile to.env. - Create a Cloud DB URL using Mongo Atlas.
- Enter the DB URL created as
DB_CLOUD_URIin.envfile. - Install npm packages using
npm i. - Run User Service using
npm run dev.
- Copy
.env.sampleand rename it to.env - Install packages with yarn,
yarn - Start services with
yarn dev
- Install npm packages using
npm i. - Run Frontend using
npm start.