Start your NodeJS Backend project quickly
This REST API is configured using NodeJS, Firebase and MongoDB
- 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