Skip to content

hmunish/final-capstone-backend

Repository files navigation

Final group capstone - Book an Appointment For Renting Car

ER Diagrma

Screenshot 2023-09-25 at 12 07 22

📗 Table of Contents

📖 Final group capstone - Book an Appointment

[Description]

The project we built for the Final Project is based on an app to book an appointment for the best car in the world.

🚀 Frontend App

(back to top)

🛠 Built With

Tech Stack

  • Ruby on Rails >=7
  • React
  • Postgres

Key Features

  • Connection between Ruby on Rails and React in different apps
  • Book an appointment to try a car
  • Cars that you selected as a theme
  • Reserve form

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

Install

git clone https://github.com/hmunish/final-capstone-backend.git
cd final-capstone-backend
bundle install
git clone https://github.com/hmunish/final-capstone-frontend.git
cd final-capstone-frontend
npm install

Usage

In the project directory, run the first time: To test the Rspec::swagger

rake rswag:specs:swaggerize
rails s

Check on db/seed.rb for pre-loaded users, groups and, spendings, and likes for development

Run tests

In the project directory, run the first time

rspec ./spec/models

Run rails

To configure the database connection in Rails, you need to update the database.yml file located in the config folder. Follow these steps: Locate the database.yml file in the config folder of your Rails application.

  1. Open the database.yml file using a text editor.

  2. Find the default: &default section in the file.

  3. Add the following lines under the default: &default section:

  host: localhost
  username: your_username
  password: your_password
  1. Replace your_username with your actual database username and your_password with your actual database password.
  2. Save the changes to the database.yml file.
  3. Run
rails db:create
rails db:migrate
rails db:seed
rails s

(back to top)

👥 Authors

👤 Abdourahmane Jalloh

👤 Faranosh Amini

👤 Munish Halai

👤 Sunga Thawethe

(back to top)

📆 Kanban Board

(back to top)

🔭 Future Features

  • Add different categories of Cars
  • Add online shopping
  • Add extra styling

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Check the issues page.

(back to top)

⭐️ Show your support

If you found this project helpful, consider giving a ⭐️!

(back to top)

🙏 Acknowledgments

We would like to express our deepest gratitude to all the people and institutions that have contributed to make this project possible.

Development Team

  • Abdourahmane Jalloh: Thank you for your dedication and hard work throughout this project.
  • Faranosh Amini: Your expertise and commitment have been invaluable to the team.
  • Munish Halai3: Your contributions have made a significant impact on our success.
  • Sunga Thawethe: Your skills and teamwork have been much appreciated.

Thank you, team, for your collaboration and effort! 🙌🏼🚀

Institution

  • Microverse: My sincerest thanks for creating this bootcamp. The program's structure and the quality of education provided have been crucial for my growth as a developer.

Reference Design

  • I would also like to thank [Murat Korkmaz] for the original design on Behance that served as inspiration for this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages