Skip to content

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

License

Notifications You must be signed in to change notification settings

jesalg/pevn-starter

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published