Skip to content

This webapp provides functionality to create, read, and destroy data related to hotels. It will serve as the server-side component responsible for handling requests and managing the database.

License

Notifications You must be signed in to change notification settings

IvonneBenitesRodriguez/finalGroupCapstone-backend

Repository files navigation

🏩 finalGroupCapstone-backend

Book an appointment | Hotels


Kanban board

Initial State of Kanban board

Complete State of Kanban board

Our group remained the same of 2 team members throughout the whole project.

📗 Table of Contents

📖 Book a Hotel

The Book a Hotel 🏩, our API will provide functionality to create, read, and destroy data related to hotels. It will serve as the server-side component responsible for handling requests and managing the database. The React client will interact with this backend to perform actions such as creating new hotels and reservations, see the hotel details, and removing hotels from the system.

🛠 Visit our deployed Link:

https://book-an-appointment-cmm0.onrender.com/

🛠 Visit our FrontEnd:

IvonneBenitesRodriguez/finalGroupCapstone-frontend#7

API documentation: API DOC

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Data Model

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

cd my-prefered-folder
  
git clone https://github.com/IvonneBenitesRodriguez/finalGroupCapstone-backend.git

Install

Install this project with:

cd finalGroupCapstone-backend
  
bundle

💾 Database

Create the databases, run migrations, and populate it with seed data:

rails db:create
rails db:migrate
rails db:seed

Usage

To run the project run the following commands:

rails s

(back to top)

👥 Authors

👤 Ivonne Benites

👤 Gilbert Dushimimana Happi

(back to top)

🔭 Future Features

  • Complete the CRUD for places and reservations.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

🙏 Acknowledgments

We thank to Murat Korkmaz for the marvelous design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This webapp provides functionality to create, read, and destroy data related to hotels. It will serve as the server-side component responsible for handling requests and managing the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages