1.0.0 • Published 3 years ago

banga.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

BangaJS Logo

BàngáJS is a cli generator for building ExpressJS applications with speed and efficiency.

NPM Version NPM Downloads

Installation

It's available on the Node.js module through the npm registry.

Before installing, download and install Node.js

Then install BàngáJS globally:

$ npm install banga.js -g

Features

  • Quick project setup
  • Generate Route, controller and Service files with CRUD methods.

Docs

Getting started

Now let's create a new Express app hello-world. It would be created in a new folder called hello-world in the current working directory:

$ banga new hello-world

Then navigate into the newly created project and start up the server:

$ cd hello-world
$ npm run dev

By default the server will be running on http://localhost:2020/

People

The author of BàngáJS is Onyegbu Ifedili

List of all contributors

License

MIT

1.0.0

3 years ago

0.0.0

4 years ago