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

https://github.com/gustavocadev/database-node

Nodejs + Express, database with JSON
https://github.com/gustavocadev/database-node

handlebars nodejs typescript

Last synced: 2 months ago
JSON representation

Nodejs + Express, database with JSON

Awesome Lists containing this project

README

        

# database-node
Nodejs + Express, database with JSON

### note
**Morgan** needs to be a dependecy, otherwise, the deploy won't work in heroku :/

# to start the dev server
```
npm run dev
```
# to start the production server
```
npm start
```