Skip to content

This Project is developed using Ruby on Rails, configured to serve as an API. This API is designed to facilitate reservations or appointments for test drives of cars. It leverages a PostgreSQL database to manage and store reservation data.

License

ClaudiaRojasSoto/Final-Capstone-Back-End

Repository files navigation

EED

Final Capstone Back End

πŸ“— Table of Contents

πŸ“– Final Capstone Back End

final_capstone_back_end The back-end component of this final capstone project is developed using Ruby on Rails, configured to serve as an API. This API is designed to facilitate reservations or appointments for test drives of cars. It leverages a PostgreSQL database to manage and store reservation data.

πŸ›  ER Diagram

ER Diagram

πŸ’» Link to Demo

Link to Demo

(back to top)

πŸ’» Link to front end

Link to Front End

(back to top)

πŸ’» link to Kanban board information

Link to Kanban Board

Initial state

This project was completed by two of the three original Team members:

  • Claudia Rojas
  • Pablo Bonasera

(back to top)

πŸ›  Built With

Tech Stack

Technologies
Linters
  • Rubocop

Key Features

  • Ruby on Rails
  • API Endpoint
  • Professional Documentation
  • Linting for Code Quality
  • Postgres Database
  • Git Version Control

(back to top)

πŸ’» Getting Started

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

Prerequisites

Before you begin, ensure you have the following prerequisites installed on your system:

  • Ruby: You need Ruby to run the Ruby on Rails application.
  • Bundler: Bundler is used to manage gem dependencies for your Ruby project.

Setup

In your terminal, navigate to the folder of your choice and clone the repository with the following commands:

cd my-folder
git clone https://github.com/ClaudiaRojasSoto/final_capstone_back_end.git

Install

After cloning the project, change into the project directory:

cd final_capstone_back_end

Install this project with:

  • gem install rails
  • bundle install

Database Setup

Create and migrate your database with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

rails server
or
rails s

This should start your local server on http://localhost:3000/. Now, you can use the REST API client of your choice to interact with the API.

(back to top)

πŸ”¬ Running Tests

To run tests, navigate to the directory where the project is located on your machine, open your terminal, and follow these steps:

Test Suite

This project contains a suite of unit tests which you can run to ensure everything is functioning as expected. To run these tests, you need RSpec installed.

To install RSpec if you haven't already, run:

gem install rspec

After you've installed RSpec, you can run the tests with:

rspec

(back to top)

πŸ’» API Documentation

(back to top)

πŸ‘₯ Authors

πŸ‘€ Claudia Rojas

πŸ‘€ Pablo Bonasera

(back to top)

πŸ”­ Future Features

  • Implement proper user authentication from the front-end to the server
  • Add authorizations to users

(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 feel free to send me corrections for make it better I would feel glad to read your comments. And think If you enjoy gift me a star.

(back to top)

πŸ™ Acknowledgments

  • Behance and Murat Korkmaz for the original design
  • Microverse for providing the opportunity to learn in a collaborative environment.
  • React.js Documentation for valuable resources on React development.
  • GitHub for version control and collaboration tools.

(back to top)

❓ FAQ (OPTIONAL)

  • Can I use with a templeate your project?

    • Of course I would feel honored
  • Your project is free license?

    • Yeah, you can use it completely

(back to top)

πŸ“ License

This project is licensed under the MIT License - you can click here to have more details MIT.

(back to top)

About

This Project is developed using Ruby on Rails, configured to serve as an API. This API is designed to facilitate reservations or appointments for test drives of cars. It leverages a PostgreSQL database to manage and store reservation data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages