1.0.1 ⢠Published 7 months ago
it-node-api-creator v1.0.1
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.
- Fork the repository.
- Create a new branch (
git checkout -b feature-new
). - Make changes and commit (
git commit -m 'Add new feature'
). - Submit a pull request.
š License
This project is licensed under the MIT License.
šÆ Start building your API in seconds with it-node-api-creator
!