This is the backend of the Bem Estar App, an app built to satisfy the needs of a physiotherapy clinic.
The modules of the app are: Attendance, Home (with an agenda), Movements, Overview (with graphs), Patients and Users.
To use the app you have to clone the code, install the dependencies and run:
git clone https://github.com/williamguilhermesouza/bem-estar-backend.git
yarn install
yarn run start:dev
After that run the frontend at: https://github.com/williamguilhermesouza/bem-estar-frontend.git