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

https://github.com/lambiengcode/express_template

Source dummy for started NodeJS. 启动 NodeJS 的源虚拟。
https://github.com/lambiengcode/express_template

base express mongodb mongoose nodejs

Last synced: 5 days ago
JSON representation

Source dummy for started NodeJS. 启动 NodeJS 的源虚拟。

Awesome Lists containing this project

README

          

# nodejs_express_template

## Setup for Server

### 1. Clone App


$ git clone git@github.com:lambiengcode/nodejs_express_template.git


### 2. Install node packages
```
$ npm install
```

### 3. Run Locally
```
$ npm start
```
NOTE: The port by default will be ```http://localhost:3000/```



## Want to Contribute?

To start contributing, follow the below guidelines:

**1.** Fork [this](git@github.com:lambiengcode/nodejs_express_template.git) repository.

**2.** Clone your forked copy of the project.

$ git clone https://github.com//nodejs_express_template.git


**3.** Checkout into a new branch

$ git checkout -b

**4.** Make your changes

**5.** Add and commit your changes

$ git add . && git commit -m ""

**6.** Push Code to Github under your branch

$ git push origin