Skip to content

Start up your node js prjects with ease. No need to install express, cors, or the basic things you need for a nodejs project. We got you covered.

Notifications You must be signed in to change notification settings

CodeMaestro-dev/banah.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banah logo

Banah JS

Description

Start up your node js prjects with ease. No need to install express, cors, or the basic things you need for a nodejs project. We got you covered.

Table of Contents

Installation

To install the banah js:

npm install -g banah

Running the Building Command

banah create your-project-name

Usage

To start the application, run:

npm run start

To run the application in development mode with automatic restarts:

npm run server

Features

  • Express.js for server-side logic
  • CORS for handling cross-origin requests
  • dotenv for managing environment variables
  • Nodemon for automatic restarts during development

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (`git checkout -b feature/YourFeature`).
  3. Make your changes and commit them (`git commit -m 'Add some feature'`).
  4. Push to the branch (`git push origin feature/YourFeature`).
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

About

Start up your node js prjects with ease. No need to install express, cors, or the basic things you need for a nodejs project. We got you covered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published