Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 373 Bytes

NodeJs-Starter

Start your NodeJS Backend project quickly

This REST API is configured using NodeJS, Firebase and MongoDB

Development 🔨

Local 💻

  • Install NodeJS 12+ and MongoDB locally and Firebase Service Account
  • Install npm
  • Run npm
  • Copy .env.example to .env and adjust parameters
  • Start development server by running npm run dev