Node.js backend for SHOPAY an online flea market using mongodb database, passport and passport-jwt for user authentication.
We use npm as the package manager
npm install
// for development mode
npm run dev
// for production mode
npm start
Additionally, you can do
npm run lint
to see formatting errors andnpm run lint:fix
to fix them.
- Jwt based user authentication
- MongoDB database Integration
- Custom Pagination plugin Integration for mongoose models