Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heyitsuzair/express-js-boilerplate
- Owner: heyitsuzair
- Created: 2023-03-06T19:57:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T22:44:49.000Z (almost 2 years ago)
- Last Synced: 2023-08-20T22:26:50.560Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## UsageEnter 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")