Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trace-kadenyi/doctor-appointment-front-end
A real-world practical app that allows a user to log into the site and view the available doctors in order to make an appointment. The user can also view the details of the doctor and make an appointment by providing the specific date and time as well as the description/nature of the appointment.
https://github.com/trace-kadenyi/doctor-appointment-front-end
api-rest authentication netlify-deployment postgresql-database rails-deployment reactjs rspec-rails ruby-on-rails
Last synced: about 2 months ago
JSON representation
A real-world practical app that allows a user to log into the site and view the available doctors in order to make an appointment. The user can also view the details of the doctor and make an appointment by providing the specific date and time as well as the description/nature of the appointment.
- Host: GitHub
- URL: https://github.com/trace-kadenyi/doctor-appointment-front-end
- Owner: trace-kadenyi
- Created: 2022-11-23T14:48:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T14:50:41.000Z (about 2 years ago)
- Last Synced: 2023-04-25T17:33:24.987Z (over 1 year ago)
- Topics: api-rest, authentication, netlify-deployment, postgresql-database, rails-deployment, reactjs, rspec-rails, ruby-on-rails
- Language: JavaScript
- Homepage: https://doc-appointments.netlify.app/
- Size: 4.65 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doctor's Appointment
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Preview](#preview)
- [🚀 Live Demo](#live-demo)
- [💻 Kanban Board](#kanban-board)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Link to Backend](#link-to-backend)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Doctor's Appointment** is a real-world practical app that allows a user to log into the site and view the available doctors in order to make an appointment. The user can also view the details of the doctor and make an appointment by providing the specific date and time as well as the description/nature of the appointment. Moreover, the user can view the list of appointments that he/she has made. Functionality is also provided for the user to delete/cancel an appointment.
Client
Server
Database
- **[Logs in the User using the username]**
- **[Presents a list of available doctors]**
- **[Lets the user view the details of a doctor]**
- **[Lets the user book doctors' appointments]**
- **[Lets the user view all appointments]**
- [Live Demo Link](https://doc-appointments.netlify.app/)
## Link to front-end kanban board
- [Front-end kanban board](https://github.com/users/TracK92/projects/9)
### Link to back-end kanban board
- [Back-end kanban board](https://github.com/users/TracK92/projects/8/views/1)
### Link to screenshots of the kanban board
- [Screenshots](https://github.com/TracK92/doctor-appointment-api/issues/9)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
- git
- node
```
### Setup
Clone this repository to your desired folder:
```bash
$ git clone https://github.com/TracK92/doctor-appointment-front-end.git
```
### Install
Install this project with:
```bash
cd doctor-appointment-front-end
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run start
```
### Link to Backend
- [Link to Backend (API)](https://github.com/TracK92/doctor-appointment-api.git)
# KANBAN BOARD
### Link to front/end kanban board
- [Link to kanban board](https://github.com/users/TracK92/projects/9)
### Link to back/end kanban board
- [Link to kanban board](https://github.com/users/TracK92/projects/8/views/1)
### Link to screenshots of the kanban board
[Screenshots](https://github.com/TracK92/doctor-appointment-api/issues/9)
### Deployment
You can deploy the project to Netlify by following these steps:
- Create a new site on Netlify
- Select your repository
- Select the branch to deploy
- Set the build command to `npm run build`
- Set the publish directory to `build`
- Click on deploy
## Authors
👤 **Tracey Kadenyi**
- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [@Tracey Kadenyi](https://www.linkedin.com/in/Tracey-Kadenyi/)
- Twitter: [@traci_K7](https://twitter.com/traci_k7)
👤 **Aleksandra Ujvari**
- GitHub: [@digia3d](https://github.com/digia3d)
- LinkedIn: [Aleksandra (Alex) Ujvari](https://www.linkedin.com/in/aleksandraujvari/)
- Twitter: [@ujvari65](https://twitter.com/ujvari65)
👤 **Abby Nyakara**
- GitHub: [@AbbyNyakara](https://github.com/AbbyNyakara)
- Twitter: [@AbigaelNyakara](https://twitter.com/AbbyNyakara)
- LinkedIn: [Abigael Nyakara](https://linkedin.com/in/AbbyNyakara)
👤 **Brahim didi**
- GitHub: [@brahimdidi](https://github.com/brahimdidi)
- Twitter: [@brahimdidi](https://twitter.com/twitterhandle)
- LinkedIn: [@brahimdidi](https://linkedin.com/in/brahimdidi)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Original design idea by [Murat Korkmaz on Behance](https://www.behance.net/muratk)
- **How can I contact you?**
You can contact any of the authors of this project via their LinkedIn or Twitter accounts as listed above.
- **How can I contribute?**
You can contribute by opening issues or pull requests.
- **How can I report a bug?**
You can report bugs by opening an issue.
- **How can I request a feature?**
You can request a feature by opening an issue.
This project is [MIT](./MIT.md) licensed.