A simple minimalistic app with
Client Side - VueJS
Server Side - NodeJS, Express
Database - PostgreSQL
$ git clone https://github.com/crmuhsin/pevn-survey-app.git
$ # Node version > v10.0.0 is requied
$ cd survey-app/client
$ npm install
$ npm run dev
$ # Node version > v10.0.0 is requied
$ cd survey-app/server
$ npm install
$ npm run dev
- Change server/.env file DATABASE_URL=postgres://username:password@127.0.0.1:5432/databasename
- Then run the sql query of create.sql file
We welcome all contributions.You can submit any ideas as pull requests or as GitHub issues.