/doctr

The Ultimate Healthcare Platform

Primary LanguageJavaScriptMIT LicenseMIT

#Doctr

The Ultimate Healthcare Platform

Demo

Built during the HackBaroda Hackathon

Setup

Prerequisites

You need to have PHP (>=5.4) + Composer, MySQL and Apache installed for the backend. Also you need to have nodejs and npm installed for building the frontend.

Frontend

Setup

  • Run npm install
  • Edit js/session.js and point baseURL to the correct API URL
  • If need be edit api/.htaceess and .htaccess

Build

  • Run npm run build

Development

  • Run npm run start

Backend

See https://github.com/meetparikh7/doctr-backend

Authors