- About the Project
- Description
- Built With
- Live Demo
- Getting Started
- Testing
- Authors
- Contributing
- Show your support
- License
- Acknowledgements
This is an appointment booking app for the hospital. A user can sign up, login and book an appointment with a doctor. The front end is built with React and Redux. The back end is built with Ruby on Rails and has been deployed to Heroku PostgreSQL is the database employed to store the data.
A user creates an account and logs in. The user can see the list of doctors and book an appointment with a doctor. The user is able to view all their appointments. The user can also cancel an appointment.
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type git clone, and then paste the URL you copied in Step 3.
e.g. $
git clone git@github.com:HillaryOkello/see-a-doctor-frontend.git
- Press Enter. Your local copy will be created.
- Run
npm start
, then the server is automatically opened
👤 Hillary Okello
- Github: HillaryOkello
- Twitter: @Kellyhillary4
- LinkedIn: HillaryOkello
- Email: hillariouskelly@gmail.com
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Give a ⭐️ if you like this project!
This project is MIT licensed.