/booking-bites

Built with Ruby on Rails on the backend and React & Redux on the frontend, our responsive web application offers a seamless dining reservation experience. Users can conveniently choose their preferred dining ambience, whether it's the cozy bar, the chic lounge, the scenic rooftop, the tranquil garden, or the vibrant live music area.

Primary LanguageRubyMIT LicenseMIT

BookingBites App

logo

📗 Table of Contents

📖 [BookingBites APP]

[BookingBites App APP] Built with Ruby on Rails on the backend and React & Redux on the frontend, our responsive web application offers a seamless dining reservation experience. Users can conveniently choose their preferred dining ambience, whether it's the cozy bar, the chic lounge, the scenic rooftop, the tranquil garden, or the vibrant live music area. This project represents the final capstone of our Microverse journey. And this is the link of the repo that contains both the frontend and the backend Booking bites repo

🛠 Built With

1- Ruby 3.2.2
2- Rails 7.0.7.2
3- PostgreSQL
4- React & Redux
5- Gitflow
6- Rubocop
7- Rspec
8- Jest

Tech Stack

Client
Ruby
Rails
Database
React
Redux

Key Features

  • [Set up the repository and tools]
  • [Created the home page to display Sections]
  • [Created the Add Section page to add a Section]
  • [Created the splash page]
  • [Created registration and login page]
  • [Created the page to add a reservation]
  • [Created the reservations page]
  • [Added tests]

Kanban Board

We are two people working on this project: @beteland123 and @JuanDBta.

Check our Kanban Board

This is our empty Kanban Board:

kanban_bored_empty

This is our Kanban after creating the cards:

kanban_with_the_task

(back to top)

🚀 Live Demo

(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:

Web Browser (Chrome recommended)
Code editor (VS recommended)
GitHub account

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone "https://github.com/JuanDBta/booking-bites.git"

Install

Go to your /booking-bites folder:

  cd booking-bites
  bundle install
  npm install

Usage

  1. Once the setup is complete, ensure you are still in the directory containing the Ultimate Booking bites file files.

  2. To set up the database and seed initial data, run the following commands:

rails db:create
rails db:migrate

This will create the database and apply migrations.

If you want to populate the database you can run (this step is not required):

rails db:seed

To run the app in development mode, execute the following command:

  npm run build
  rails server

Run Tests

To run the test, execute the following command:

npx jest
rspec spec

Deployment

You can deploy this project using:
- BookingBites App

(back to top)

👥 Authors

👤 Micronaut Betel Andarge

👤 Micronaut JUAN DAVID DIAZ

(back to top)

🔭 Future Features

  • [Add animations and transitions]
  • [Add more functionalities to navigation bar]
  • [Add functionality to the delete section page]

(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 me a like, it doesn't cost you anything and it helps me a lot to keep working.

(back to top)

🙏 Acknowledgments

We would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!

Credit goes to Murat Korkmaz on Behance whose original design was used.

(back to top)

❓ FAQ

(back to top)

📝 License

This project is MIT licensed.

(back to top)