/pevn-survey-app

A simple minimalistic survey app using PEVN stack (Postgres, Express, Vue, Node)

Primary LanguageVue

pevn-survey-app

A simple minimalistic app with

Client Side - VueJS

Server Side - NodeJS, Express

Database - PostgreSQL

Download

$ git clone https://github.com/crmuhsin/pevn-survey-app.git

Run Client Side

$ # Node version > v10.0.0 is requied
$ cd survey-app/client
$ npm install
$ npm run dev

Run Server Side

$ # Node version > v10.0.0 is requied
$ cd survey-app/server
$ npm install
$ npm run dev

Setup Database

  1. Change server/.env file DATABASE_URL=postgres://username:password@127.0.0.1:5432/databasename
  2. Then run the sql query of create.sql file

Example Screenshots

Contributions

We welcome all contributions.You can submit any ideas as pull requests or as GitHub issues.