pevn-starter
pevn-starter copied to clipboard
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
trafficstars
PEVN (PostgreSQL Express VueJS NodeJS) Starter

A basic example of how to use VueJS, Express and PostgreSQL in conjunction. More details on my blog post.
Usage
-
Install dependencies
npm install -
Setup DB
./node_modules/.bin/sequelize db:create ./node_modules/.bin/sequelize db:migrate -
Run the application
npm start
CONTRIBUTE!
Feel free to improve upon code. Just follow these steps to contribute:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Issue a pull request