/EMS-Backend

Primary LanguageJavaScript

Getting Started

Developer Experience

  • Nodejs
  • Express
  • MongoDB
  • Mongoose
  • Postman

Project setup for Development

  1. We will use yarn as our package manager. So, install it by running the command bellow.
npm i -g yarn
  1. Install eslint and prettier extension in your vscode.

  2. Install Postman app on your computer.

  3. Go to the project directory sol-ems-be and run yarn then yarn prepare.

  4. Create .env file in your root directory.Then copy the contents of .env.example to .env.

  5. Finally run yarn dev to start the dev server.