Web Development with JavaScript
- Docker
- Node >=8.11
- Mongodb >=3.4.0
-
Create
mongo-volume
directory in the root project -
Install project deps
npm install
-
Bootstrap the project using lerna
npx lerna bootstrap
-
copy
.env.example
into.env
, and change the values of variablescp ./apps/api/.env.example ./apps/api/.env
-
Using docker compose:
docker-compose up
You can connect to 27018 with your mongodb client to see the data