Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 254 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 254 Bytes

Getting Started

  1. Copy .env.example file into .env and set the values.
  2. Install Mongod 7.0.9
  3. npm run dev to start the server in development mode (or npm run build, then npm start for production)
  4. The app is running at http://localhost:3000