A complete app done in React using Redux to manage state. Dockerfile is included.
After sign in, you have access to:
- Treatments.
- Patients.
- Treatment applied to patients.
Backend can be found in this repo.
- Appointments related to patient treatments.
- Schedule showing appointments per day, week, ...
- Sign up and forgot password flow.
-
Make sure your NodeJS and npm versions are up to date for
React 16.8.6
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run start
oryarn start
TAG=<tag> docker-compose build
TAG=<tag> docker-compose up
cd docker && TAG=<tag> docker-compose up
The documentation for the React Material is here.
- Licensed under MIT