Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heyitsuzair/express-js-boilerplate

Boiler Plate For Express JS
https://github.com/heyitsuzair/express-js-boilerplate

Last synced: about 1 month ago
JSON representation

Boiler Plate For Express JS

Awesome Lists containing this project

README

        

## ๐Ÿ“Œexpressjs-setup

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Features

- MongoDB
- Mongoose
- Nodemon

## Installation

Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add sudo before the following command.

```bash
npm i -g @heyitsuzair/express-setup
```
## Usage

Enter the following in your terminal where you want to initialize app:

```bash
new-express-app my-app
```
The CLI will install express/node js setup to your Desired Directory
![Image](https://github.com/heyitsuzair/express-setup/blob/master/img/cli-img.PNG "Image")