Skip to content

wolfofdalalst/AutoExpress.js

 
 

Repository files navigation

Express Project Generator

A generator for Express.js projects with database connections, caching, and MVC/API structures.

Features

  • Generate Express.js projects with MVC or API structure.
  • Connect to major databases like MongoDB, PostgreSQL, MySQL, and SQLServer.
  • Optional view engine setup for MVC structure (EJS, Pug, Handlebars).
  • Basic weather model, controller, and API endpoint for demonstration.

Installation

To use this project generator, you can install it globally via npm:

npm install -g @arya2004/auto-express

Usage

Start an interactive CLI to configure project:

To initialize a new project with interactive prompts:

auto init

Generate a new Express API project with MongoDB using AutoExpress:

To create a new API project with a specified name:

auto new my-express-api

Contributing

Contributions are welcome! Please read the Contributing Guide for guidelines on how to proceed.

Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

License

This project is licensed under the MIT License.

About

A lightning-fast Express.js starter kit for streamlined project setups

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%