- MNC stands for Mailer and Certificate
- Fork the repository
- Work on the dev branch
- Make changes and raise a PR to dev branch of parent repository
- 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
- TODO