An open API service indexing awesome lists of open source software.

https://github.com/getssh/doctors_appointment


https://github.com/getssh/doctors_appointment

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Doctor appointment ](#-doctor-appointment-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [� Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Doctor appointment

> This is an application that use to make an appointements for a doctor visit. It can add many users and users can selected the doctor they choose. Also users can add doctor and can make reservations and can delete reservations and doctors.

**React front-end Link**
> This is the back-end of this project. To access the front end please follow the link below
>
React front End Link

**Kanban Board**
> There are two contributers for this project and we both eqully contributed
> Here is screenshoot of the kanban board
> Link to Kanban board
>
![image](https://github.com/getssh/Doctors_appointment/assets/77828236/f66f50b2-ec8e-473c-a456-419fa2c0c1d1)

## 🛠 Built With

### Tech Stack

> HTML & SCSS
> ReactJs
> Redux-toolkit
> Webpack
> Ruby on Rails

Client

Server

Databse

### Key Features

- Make the app more secuire by using hash and salting and taking other mesures
- Add more responsivenss to small devices

(back to top)

## 🚀 Live Demo

- Live Demo Link

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Node js in your local environment
- Ruby
- Rails framework

### Setup

Clone this repository to your desired folder:

git clone https://github.com/getssh/Doctors_appointment

``` cd Doctors_appointment
```

### Install

Install this project with:
```
bundle install

```

### Usage

Migrate to the database by excuting the following commands

```
rails db:create

rails db:migrate

rails db:schema:load

```
To start the application with some pre inserted data use

```
rails db:seed

```
And finally run the rails server

```
rails server

```
### Run tests

npm test

### Deployment

Use Render or other similar platforms and follow the instructions

(back to top)

## 👥 Authors

👤 **Muhammed B**

- GitHub: [@githubhandle](https://github.com/muhammedb8826)
- Twitter: [@twitterhandle](https://twitter.com/muhammedb8826)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/muhammedb8826/)

👤 **Getayawkal Tamrat**

- GitHub: [@githubhandle](https://github.com/getssh)
- Twitter: [@twitterhandle](https://twitter.com/GetayawkalT)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/getayawkal-tamrat/)

(back to top)

## 🔭 Future Features

- More animation and intractive rendering

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/getssh/Doctors_appointment/issues/).

(back to top)

## ⭐️ Show your support

If you like this project please star this repo.

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse inc. for helping me in my professional carreer.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)