Wiz1221 / ClinicQueue-redux-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClinicQueue-redux-frontend

The go to site to find queue information of all clinics in Singapore. Our site provides the following services.

  • Realtime queue quantity of all clinics in singapore
  • Analysis of Polyclinics queues to help with decision making
  • Find nearest clinic
  • Subscribe and get SMS on latest queue status

View our site at https://clinicq.sg

Find our backend repo at https://github.com/claussian/ClinicQueue-redux-backend

Tech

ClinicQueue uses a number of open source stack to work properly:

  • React
  • Node Js
  • Express JS
  • Redux
  • Thunk
  • SocketIO
  • Axios
  • Cloudinary
  • Twilio

Installation

ClinicQueue requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

For backend:

$ git clone https://github.com/claussian/ClinicQueue-redux-backend.git
$ cd ClinicQueue-redux-backend
$ cd npm install
$ nodemon --exec npm start

For frontend:

$ git clone https://github.com/Wiz1221/ClinicQueue-redux-frontend.git
$ cd ClinicQueue-redux-frontend
$ cd frontend
$ yarn install
$ yarn start

About


Languages

Language:JavaScript 75.3%Language:CSS 23.5%Language:HTML 1.3%