exprez
v0.0.6
Published
This tool will generate an Express project structure for you
Downloads
3
Maintainers
Readme
Express.js Boilerplate Generator
Express Project Generator Tool
This tool generates a basic Express project structure, including DB connection, routes, controllers, and more.
Features
- Initializes an npm project
- Creates project well-structured folder structure
- Configures MongoDB/MySQL connection
- Generates sample route, controller, model, views and public folders
- Authentication with JWT
- Helmet
- CORS
- Error handling
- Rate limiting
- View engine (EJS)
- Morgan logger
- Dockerfile and docker-compose.yml
What's Next
- [ ] Add more DB options
Usage
npm install -g exprez
- Run the command in your workspace folder in the terminal:
exprez
- Answer the questions and you're good to go!