https://github.com/annastacia-dev/afyanet-react
https://github.com/annastacia-dev/afyanet-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/annastacia-dev/afyanet-react
- Owner: Annastacia-dev
- Created: 2022-12-14T09:37:02.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-21T14:39:44.000Z (about 2 years ago)
- Last Synced: 2025-01-26T22:33:28.958Z (3 months ago)
- Language: JavaScript
- Homepage: https://afyanetapp.onrender.com/
- Size: 23.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AfyaNet
AfyaNet is a platform for connecting patients with health care providers, including tools for
scheduling appointments, managing medical records, and tracking health data.## Live Link
https://afyanetapp.onrender.com/## Users
The platform is used with patients and health care providers who are able to login and access the following services;
1. The user/patient is able to search for and find
health care providers in their area, based on factors such as specialty, location, and availability.
2. The patient is able to schedule an appointment and the health care provider is able to confirm their availability.
3. Patients are able to view their medical records including information such as past visits, medications, and allergies while health care providers can manage a patient's medical records, including updating visits,
medications and allergies.
4. Patients are able to view their health data, such as blood pressure, weight, and exercise activity.
5. Patients and providers are able to communicate through the platform.
6. Patients are able to rate the services of a health care provider## Set Up
This application is created using node version `v16.17.1
`.
To get started;
```console
$ git clone [email protected]:Annastacia-dev/afyanet-react.git$ cd afyanet-react
$ npm install
$ npm start
```
## Available Scripts
In the project directory, you can run:
`npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.`npm test`
Launches the test runner in the interactive watch mode.
`npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!`npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Authors
Annastacia KiokoMutuma Mwiti
Sharon Chepkemoi
Adreen Muchiri
Lisa Lyayuga
## Licence
MIT LicenseCopyright (c) 2022
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.