Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zavi254/e-health
https://github.com/zavi254/e-health
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zavi254/e-health
- Owner: Zavi254
- Created: 2022-10-11T08:13:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T13:30:34.000Z (over 2 years ago)
- Last Synced: 2024-11-08T15:12:06.388Z (2 months ago)
- Language: JavaScript
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of Contents
1. Project Name
2. Author
3. Description
4. Screenshots
5. Features
6. Technologies Used
7. Installation and setup instructions# Project Name
## E-HEALTH WEB APP
# Author
Steven Otieno, Brian Munene, Jackline Chebet and Job Sidney## Description
Elimu Management system is a web based application that enables a patient to be able to book an appointment with the doctors. And the doctor will be able to view the all the list of the patients that have booked the appointment.# Screenshots
### Patient Appointment Page
![Patient Appointment Page Image](./client/src/images/Screenshot%20from%202022-10-14%2016-04-03.png)
### Landing Page
![Landing Page](./client/src/images/landingpage1.png)
![Landing Page](./client/src/images/landingpage2.png)
# Features
- The patient will be able to book an appointment with the doctor.
- The doctor will be able to check appointments made with the patient
- The doctor will be able to reject or accept appointments from the patient.# Technologies Used
- HTML
- CSS
- Javascript(REACT)
- Ruby on Rails# Installation and Setup Instructions
### Requirements
- A web browser.
- A Text Editor(Visual Studio Code).
- An Internet Connection.### Setup Instructions
- Clone the repository.` git clone [email protected]:Zavi254/e-Health.git`.
- Open the folder in your local machine in visual studio code
- To start the frontend , move to the frontend folder and the run `npm start --prefix client.`
- To start the backend , move to the backend folder and the run `rails server / rails s.`# Authors Info
[LinkedIn](https://www.linkedin.com/in/steven-otieno-6684431b3/)
# License
Copyright (c) 2022 Steven Otieno
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.