Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 647 Bytes

File metadata and controls

15 lines (10 loc) · 647 Bytes

User Management Module - Backend repository

Prerequisite

  1. Make sure you have node install (version >=14)
  2. MongoDB Compasss (MongoDB GUI - Graphical User interface) download from [https://www.mongodb.com/try/download/compass]

SETUP COMMANDS

  1. npm install to install all dependencies used in this project
  2. npm run lint to lint the folders using eslint
  3. npm run format:write to format the code to the configure structure using prettier
  4. npm run dev to start the applicaition in development mode

create a .env file and copy content in .env.example into it... use can make changes to the configuration as you needed