- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
MediMate is an app to book an appointment with a doctor. It is built as a two part app. This is the frontend part of the app. The back end part of this app can be found here.
Client
Server
Database
- API Endpoints to login a user
- API Endpoints to book appointments
- Simple User Interface
To get a local copy up and running, follow these steps.
In order to run this project you need:
npm start
Clone this repository to your desired folder:
git clone git@github.com:mailsg/medimate-frontend.git
cd medimate-frontend
Install this project with:
cd medimate-frontend
npm install
To run the project, execute the following command:
Please follow the extra procedures below for a great user experience:
1. npm start
2. When the app opens, click the log_in button on the navigation panel
3. If you are a registered user, log_in. If not, click the sign_up button on the top right to register before you log_in with the same credentials.
4. If you are using the app for the first time, you will have to add doctors using the add doctors form in the navigation panel before accessing any page
5. From the navigation panel:
a. add doctors you want
b. delete doctors you dont want
c. reserve a doctor
d. delete a reservation
e. click on doctor name to see details
f. log_out
To run tests, run the following command:
npm test
👤 Charles Andrews
- GitHub: @forloop94
- LinkedIn: LinkedIn
👤 Emmanuel Tofa
👤 Sandeep Ghosh
- Booking Fee Payment
- Medical Records Storage
- Online Consultations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider leaving a star to the repository.
We would like to thank Microverse for giving us this opportunity to showcase our skills as a full stack developer. We would also like to thank Murat Korkmaz for providing the wonderful design of the app on Behance. Last but not the least a big thanks to the Open Source ecosystem for providing free to use resources without which the project would not have taken the shape. Thank you all.
This project is MIT licensed.