Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 205 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 205 Bytes

Steps to get started:

  1. Create .env file. Run command touch .env.
  2. Add PORT=5000, JWT_PRIVATE_KEY=YOUR_PRIVATE_KEY and MONGO_URI=YOUR_MONGO_DB_PATH in .env
  3. Run npm i
  4. Run npm start