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.sample
file to.env
. - Create a Cloud DB URL using Mongo Atlas.
- Enter the DB URL created as
DB_CLOUD_URI
in.env
file. - Install npm packages using
npm i
. - Run User Service using
npm run dev
.
- Copy
.env.sample
and 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
.