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

https://github.com/gotocva/express-rest-boilerplate


https://github.com/gotocva/express-rest-boilerplate

Last synced: about 2 months ago
JSON representation

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.