Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 449 Bytes

Excel-MNC-Service

  • MNC stands for Mailer and Certificate

Steps to Contribute:

  • Fork the repository
  • Work on the dev branch
  • Make changes and raise a PR to dev branch of parent repository

To run

  • Create a ".env" file in project root with required envs
  • cd into MNC-Backend
  • Install dependencies: yarn install
  • (Development) Run Development server: yarn dev
  • (Production) Run Prod server: yarn start

Run dockerized

  • TODO