All Projects → jesalg → pevn-starter

jesalg / pevn-starter

Licence: MIT license
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
Pug
443 projects
CSS
56736 projects

Projects that are alternatives of or similar to pevn-starter

Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (+207.55%)
Mutual labels:  expressjs, starter-kit
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+2279.25%)
Mutual labels:  expressjs, starter-kit
Tsmean
Typescript-mysql-express-angular-node seed for your next web-app!
Stars: ✭ 173 (+226.42%)
Mutual labels:  expressjs, starter-kit
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+4226.42%)
Mutual labels:  expressjs, starter-kit
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+230.19%)
Mutual labels:  expressjs, starter-kit
nanobox-express
Quickstart for Express on Nanobox
Stars: ✭ 13 (-75.47%)
Mutual labels:  expressjs
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-75.47%)
Mutual labels:  starter-kit
okta-node-express-typescript-vue-example
Example Node.js API using TypeScript, Express, and Vue
Stars: ✭ 63 (+18.87%)
Mutual labels:  expressjs
firestore-store
express-session store for Firebase Cloud Firestore
Stars: ✭ 44 (-16.98%)
Mutual labels:  expressjs
init-typescript-app
Initialize clean TypeScript setup by running single command. Optional package publication to npm.
Stars: ✭ 20 (-62.26%)
Mutual labels:  starter-kit
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-47.17%)
Mutual labels:  starter-kit
ultimate-backend-dashboard
ultimate react ssr starter kit is a boilerplate strapped with Apollo graphql support and alot of goodies based on FusionJS
Stars: ✭ 19 (-64.15%)
Mutual labels:  starter-kit
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-67.92%)
Mutual labels:  starter-kit
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (-30.19%)
Mutual labels:  expressjs
axe-api
The fastest way to create a simple Rest API, by defining database models and relations.
Stars: ✭ 61 (+15.09%)
Mutual labels:  expressjs
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+275.47%)
Mutual labels:  starter-kit
code-editor-react
A full stack web application for online programming, built with React and Express.
Stars: ✭ 27 (-49.06%)
Mutual labels:  expressjs
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-56.6%)
Mutual labels:  expressjs
electron-vue-typescript-starter
Starter project for an Electron app with Vue in TypeScript.
Stars: ✭ 36 (-32.08%)
Mutual labels:  starter-kit
nodejs-simple-restfull-with-express
⚡ ExpressJS Rest API Sample
Stars: ✭ 19 (-64.15%)
Mutual labels:  expressjs

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].