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
- Host: GitHub
- URL: https://github.com/gustavocadev/database-node
- Owner: gustavocadev
- Created: 2021-10-17T18:05:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:06:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T17:14:01.154Z (4 months ago)
- Topics: handlebars, nodejs, typescript
- Language: Handlebars
- Homepage: https://base-de-datos-webapp.herokuapp.com/
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```