Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rish-0-0/node-postgres-express
Quick Express, Sequelize and Node with latest ES6 support from Babel.
https://github.com/rish-0-0/node-postgres-express
babel boilerplate es7 express nodejs pg pg-hstore postgresql sequelize
Last synced: about 13 hours ago
JSON representation
Quick Express, Sequelize and Node with latest ES6 support from Babel.
- Host: GitHub
- URL: https://github.com/rish-0-0/node-postgres-express
- Owner: rish-0-0
- Created: 2020-01-27T16:29:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:50:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T13:12:45.449Z (over 1 year ago)
- Topics: babel, boilerplate, es7, express, nodejs, pg, pg-hstore, postgresql, sequelize
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Express and Sequelize quick setup. (with babel included)
> Backend boilerplate
### Setup
1. `yarn`
2. Development Mode: `./dev.sh` or `yarn dev`
3. Production Mode: `./start.sh` or `yarn start`