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 的源虚拟。
- Host: GitHub
- URL: https://github.com/lambiengcode/express_template
- Owner: lambiengcode
- License: mit
- Created: 2021-02-22T10:15:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T07:47:08.000Z (almost 5 years ago)
- Last Synced: 2026-02-06T14:22:51.032Z (about 1 month ago)
- Topics: base, express, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://t.me/lambiengcode
- Size: 222 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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