A basic example of how to use VueJS, Express and PostgreSQL in conjunction. More details on my blog post.
-
Install dependencies
npm install
-
Setup DB
./node_modules/.bin/sequelize db:create ./node_modules/.bin/sequelize db:migrate
-
Run the application
npm start
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