Skip to content

MitsWb/MitsWeb-Be

Repository files navigation

MitsWeb

The back end code for MITSWEB .

GitHub closed issues GitHub closed pull requests

💻 Run the project locally

  • 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

Credits 😀