The back end code for MITSWEB .
- Clone the repo
https://github.com/MitsWb/MitsWeb-Be.git
- Run command to install all the dependencies
npm install
- Create
.env
file in root folder and add required parameters (refer .env.example) - Run
npm start
- Navigate to
http://localhost:4000/
or using Docker
- To start node server and mongodb:
docker-compose up -d
- Navigate to
http://localhost:2310/
- To stop docker:
docker-compose down