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

https://github.com/strangeal/clinixgo

The project is based on an app to book an appointment with a health specialist(Doctor). The doctor appointment booking app permits healthcare providers to manage their appointments with increased efficiency while giving reliable management. However, it displays all details of the patients, complete history of appointment, analyses the doctors, etc
https://github.com/strangeal/clinixgo

bootstrap5 cancancan jwt postgresql prime-react react-icons react-router reactjs redux redux-toolkit rswag rswag-specs ruby ruby-on-rails swagger-ui webpack

Last synced: about 2 months ago
JSON representation

The project is based on an app to book an appointment with a health specialist(Doctor). The doctor appointment booking app permits healthcare providers to manage their appointments with increased efficiency while giving reliable management. However, it displays all details of the patients, complete history of appointment, analyses the doctors, etc

Awesome Lists containing this project

README

        

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [Kanban Board](#kanban-board)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Test](#run-tests)
- [Run Linters](#run-tests)
- [Run Endpoints](#Api-Endpoint-Documentation)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– [ClinixGo]

> The project is based on an app to book an appointment with a health specialist(Doctor). The doctor appointment booking app permits healthcare providers to manage their appointments with increased efficiency while giving reliable management. However, it displays all details of the patients, complete history of appointment, analyses the doctors, saving time, etc.

**[ClinixGo]** is an appointment booking app

### ERD Diagram for Project

ERD Diagram

## πŸ›  Built With

### Tech Stack

> Blog App is backend project

Front-End

Database

### Key Features

> We can do CRUD operations on following things:

- **Doctors**
- **Appoitnments**
- **Users**

(back to top)

## πŸš€ Live Demo

- [ClinixGo Live Demo🎈](https://clinixgo-production.up.railway.app/)

(back to top)

## :notebook_with_decorative_cover: Kanban Board
- Link to our [kanban-board](https://github.com/users/Strangeal/projects/3)
- Link to initial [kanban-board-screenshot](https://user-images.githubusercontent.com/20049193/220385323-6515c1e1-0fc1-454c-af09-45e3ab48e94c.png)
- We are **four** in the group.

## πŸ’» Getting Started

> In order to start with this project do as follows :

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

### Prerequisites

In order to run this project you need:

- Mac OS or Linux/Debian **(strongly recommended)**
> If you are running on Windows, you can use WSL to install Ubuntu.
- Latest version of Node installed
- Latest version of Yarn installed
- Latest version of Ruby installed
- Latest version of Rails installed
- Latest version of PostgreSQL installed

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Strangeal/ClinixGo.git
```

### Install

Install this project dependencies with:

```sh
cd ClinixGo
bundle install
npm install
```

Create the app database:

```sh
rails db:create
rails db:migrate
rails db:seed
```

### Usage
To run the application, run the following command:

```sh
./bin/dev
```

### Run Test

To run app test. run the following commad:

```sh
rspec
```

### Run Linters

To run tests, run the following command:

```sh
rubocop
```

OR

```sh
rubocop -A
```

**it will automatically correct the errors**

## πŸ”– Api-Endpoint-Documentation

Run the below commands to generate API documentation routes:

`rails g rswag:api:install`

(back to top)

## πŸ‘₯ Authors

πŸ‘¨β€πŸ’» **Justice Bajeri**

- GitHub: [Justice Bajeri](https://github.com/Strangeal)
- LinkedIn: [Justice Bajeri](https://www.linkedin.com/in/justice-bajeri-0b7211243/)

πŸ‘¨β€πŸ’» **Kwasi Baayeh**

- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)

πŸ‘¨β€πŸ’» **Felicia G. Awuah**

- GitHub: [Felicia G. Awuah](https://github.com/NahnahAJ)
- LinkedIn: [Felicia G. Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)

πŸ‘¨β€πŸ’» **Hesbon Onchera**

- GitHub: [Hesbon Onchera](https://github.com/Paul-js-hub)
- LinkedIn: [Hesbon Onchera](https://www.linkedin.com/in/paul-onchera/)

(back to top)

## πŸ”­ Future Features

In upcoming weeks, we will add some features as mentioned below

- [ ] **Add a search feature to allow users to search for doctors.**
- [ ] **Improve the app UI.**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

## πŸ™ Acknowledgments

- ❀️ [Murat Korkmaz](https://www.behance.net/muratk)

(back to top)

## πŸ“ License

This project is [Creative Commons] licensed.

(back to top)