This is a responsive full-stack application developed using C#.Net and React. The purpose of this application is to provide an easy and efficient platform for doctors to connect with their patients, monitor prescriptions, and ensure medication adherence. The app enables doctors to assign new prescriptions, adjust dosages, and track patients' medication intake. Patients can sign in to the app, check off when they take their medicine and communicate with their doctors seamlessly.
https://clipchamp.com/watch/ExLuQXovwdO
-
User Authentication: Patients can sign in to the app using their credentials to access their profile and medication information. Doctors can also authenticate themselves to manage patient records and prescriptions.
-
Prescription Management: Doctors can create and assign new prescriptions to patients, as well as adjust dosages and schedules. They can also track whether patients are taking their medication properly.
-
Medication Adherence Tracking: Patients can mark their medication intake in the app, allowing doctors to monitor their adherence and make informed decisions about their treatment.
-
Patient Management: Doctors have the ability to add, edit, or remove patient records, ensuring accurate and up-to-date information is maintained.
-
Seamless Communication: Patients can easily communicate with their doctors through the app, making it convenient to ask questions, request prescription changes, or provide updates on their condition.
-
Frontend: The frontend of the application is built using React, providing an interactive and responsive user interface.
-
Backend: The backend is developed using C#.NET, which powers the server-side logic and handles data processing.
-
Design Prototyping: Figma is used for designing and prototyping the user interface, ensuring a visually appealing and intuitive app. https://www.figma.com/file/SF9vmT31wpfbL2ytZiXu0r/RX-Care?type=design&node-id=0%3A1&t=cG3g1gWcXxTn4dmY-1
-
Database: The application utilizes an SQL database to store and retrieve data efficiently. https://dbdiagram.io/d/645fe830dca9fb07c4078b80
- Clone the repository:
git clone https://github.com/Mary-Mena21/RX-Care-Fullstack-Capstone.git - Install the required dependencies for the frontend and backend:
- For the frontend, navigate to the
rxcareclientdirectory and runnpm install. - For the backend, navigate to the
RXCareSerdirectory and restore the NuGet packages.
- For the frontend, navigate to the
- Set up the database:
- Create a SQL database using the schema designed in DBDiagram.
- Update the database connection string in the backend configuration file.
- Run the application:
- Start the backend server by running the appropriate command.
- Start the frontend development server by navigating to the
rxcareclientdirectory and runningnpm start.
Include some relevant screenshots of your application to showcase its features and user interface.
This project is licensed under the MIT License.






