Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosmuerto/doctor_reservation_api
This is a SaaS made on ReactJS and Ruby on Rails API, that offer A Doctor reservations
https://github.com/carlosmuerto/doctor_reservation_api
api-rest rails7 ruby
Last synced: 12 days ago
JSON representation
This is a SaaS made on ReactJS and Ruby on Rails API, that offer A Doctor reservations
- Host: GitHub
- URL: https://github.com/carlosmuerto/doctor_reservation_api
- Owner: carlosmuerto
- License: mit
- Created: 2023-01-04T21:55:29.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-01-20T20:38:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T16:25:17.443Z (15 days ago)
- Topics: api-rest, rails7, ruby
- Language: Ruby
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)# π Doctor Reservation Capstone Project (BackEnd)
> Describe your project in 1 or 2 sentences.
**Doctor Reservation Capstone Project (BackEnd)** is a Implement a connection between a Ruby on Rails back-end and React front-end.Client
RESTFUL API
Server
Database
### Prerequisites
In order to run this project you need:
ruby and ruby on rails
Example command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/carlosmuerto/doctor_reservation_api
```
### Install
Install this project with:
Example command:
```sh
cd doctor_reservation_api
bundle install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails s
```
#### Swagger API DOC dir
```
[base URL]/api-docs
```
π€ **Erik Stoupignan SΓ‘nchez BeltrΓ‘n**
- GitHub: [@ErikStoupignan](https://github.com/ErikStoupignan)
- Twitter: [@Erik_Stoupignan](https://twitter.com/Erik_Stoupignan)
- LinkedIn: [Erik Stoupignan SΓ‘nchez BeltrΓ‘n](https://www.linkedin.com/in/erik-sanchez-beltran/)
π€ **Matias Aguirre**
- GitHub: [@LokurasRlz](https://github.com/LokurasRlz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/matiaguirre/)
π€ Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._