Boilerplate/starter project to easily create RESTful APIs using Node.js, Express, and Mongoose. Simply create a new Express application with one command
npx create-express-stack
npm run dev
npm run deploy
and now you can development application
- Web Framework : using Express JS
- Support ORM & ODM : Prisma ORM, Mongoose ODM
- Logging : using Morgan
- CORS : Cross-origin resource sharing using CORS
- Environment variables : using Dotenv
- Authentication and Authorization with jsonwebtoken JWT