Skip to content

crmuhsin/pevn-survey-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.