Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.14 KB

readme.md

File metadata and controls

59 lines (44 loc) · 1.14 KB

COLLECT FEEDBACKS WIDGET

You can run a demo here: http://collect-feedbacks-sg.s3-website-ap-southeast-1.amazonaws.com/

1. Installation

Clone

  • Clone this repo to your local machine using https://github.com/SaphiraNgocThuy/collect-feedbacks.git

Setup

a. Frontend:

Navigate to client folder

cd client

Install dependencies

yarn install

Run Frontend server

yarn start

b. Backend:

Navigate to client folder

cd server

Install dependencies

yarn install

Run Backend server

yarn start

c. Setup Database:

Create tables run SQL at server/DDL

Create initial questions run SQL at server/DML

2. Demo

demo

3. Built With

  • React - A JavaScript library for building user interfaces.
  • Node.js® - A JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express - Fast, unopinionated, minimalist web framework for Node.js.
  • MySQL - The world's most popular open source database.