https://github.com/gotocva/express-rest-boilerplate
https://github.com/gotocva/express-rest-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/express-rest-boilerplate
- Owner: gotocva
- Created: 2023-01-26T17:58:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T18:00:16.000Z (over 3 years ago)
- Last Synced: 2025-12-27T11:00:13.140Z (6 months ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-rest-boilerplate
## To clone the project
```bash
git clone https://github.com/gotocva/express-rest-boilerplate.git
cd express-rest-boilerplate
npm install
```
## To run the project
```
node run serve
```
It will run nodemon service and restart automatically if the code changed.
## Deploy on production server
```bash
npm run deploy:prod
```
Run above command to deploy the project on server.