https://github.com/getssh/doctors_appointment
https://github.com/getssh/doctors_appointment
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/getssh/doctors_appointment
- Owner: getssh
- License: mit
- Created: 2023-08-08T21:37:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-13T10:30:43.000Z (about 2 years ago)
- Last Synced: 2024-12-30T13:23:41.803Z (about 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
> 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
>

> HTML & SCSS
> ReactJs
> Redux-toolkit
> Webpack
> Ruby on Rails
Client
Server
Databse
- Make the app more secuire by using hash and salting and taking other mesures
- Add more responsivenss to small devices
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
👤 **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/)
- More animation and intractive rendering
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/getssh/Doctors_appointment/issues/).
If you like this project please star this repo.
I would like to thank microverse inc. for helping me in my professional carreer.
This project is [MIT](./LICENSE) licensed.