intesys / medimemo-uni2grow-2024

React course
0 stars 15 forks source link

Medimemo - developer manual

Daily routine during bootcamp

Every day, before you start, pull the master branch from https://github.com/intesys/medimemo-uni2grow-2024, then create a new branch for the day's exercise.

Send a pull request to https://github.com/intesys/medimemo-uni2grow-2024 every day before you close. The instructor will merge one of the pull requests you submitted, so that the next day you can all start aligning.

Install

This is a React applcation scaffolded using Vite, please read the original README here.

Install:

npm install

Run development:

npm run dev

Visual design reference

Some screenshots of the application:

Main screen Therapies page Doctor's profile

You can view other screenshots in the documentation directory on this repository.

Visual design and prototype is also available on Figma.

Glossary

Domain model

Flows

Register (do not implement)

First use

This use case describes the first access as a new user

Main flow

Configure therapy

Add a doctor

View details of a medicine

Change your profile

API

Login and account

Reminders

Manage therapies

Medicines

Contacts

Full API spec is available in doc folder