/pevn-starter

A basic example of how to use VueJS, Express and PostgreSQL in conjunction.

Primary LanguageJavaScriptMIT LicenseMIT

PEVN (PostgreSQL Express VueJS NodeJS) Starter

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

  1. Install dependencies

    npm install

  2. Setup DB

    ./node_modules/.bin/sequelize db:create
    ./node_modules/.bin/sequelize db:migrate
    
  3. Run the application

    npm start

CONTRIBUTE!

Feel free to improve upon code. Just follow these steps to contribute:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Issue a pull request