1.0.1 • Published 7 months ago

it-node-api-creator v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

it-node-api-creator

šŸš€ Create your Node.js + Express API in seconds

it-node-api-creator is a tool that allows you to quickly start a backend project with Node.js and Express, using a ready-to-use template. Save time and focus on development!

✨ Features

  • Minimal setup required to get started.
  • Includes MongoDB support with Mongoose.
  • Authentication handling with JWT and bcrypt.
  • Middleware for security and CORS control.
  • Logging support with Winston.
  • Integrated with nodemon for live development.
  • Ready to scale and customize as needed.

šŸš€ Installation

To install it-node-api-creator, simply run:

npm install -g it-node-api-creator

šŸ›  Usage

Creating a new backend project is as simple as running:

create-it-api project-name

This will generate a new project in the specified folder and automatically install the necessary dependencies.

šŸ”„ Run Your API!

cd project-name
npm start

Your API will be up and running. šŸŽ‰

šŸ“‚ Project Structure

.
ā”œā”€ā”€ LICENSE
ā”œā”€ā”€ README.md
ā”œā”€ā”€ bin
│   └── start.js  # CLI script to generate projects
ā”œā”€ā”€ package.json
└── template      # Contains the API template

šŸ¤ Contribute

We want to make it-node-api-creator even better. If you have ideas, improvements, or find a bug, feel free to contribute.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-new).
  3. Make changes and commit (git commit -m 'Add new feature').
  4. Submit a pull request.

šŸ“œ License

This project is licensed under the MIT License.


šŸŽÆ Start building your API in seconds with it-node-api-creator!

1.0.1

7 months ago

1.0.0

7 months ago