Xghayor / book-a-car-backend

Book a car backend rails API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Book A Car Backend

Book A Car Backend is the backend of full stack application for Microverse Full Stack Program Final Capstone Project. The backend part of the application is a REST API made on Rails. It is an ellegant example of a full stack application where users can see cars, reserve cars, and add cars on the app for other users to reserve.

πŸ›  Built With

Tech Stack

Languages
Database
Frameworks

Key Features

  • User Authentication
  • User Authorization
  • CRUD applications on database
  • API

(back to top)

Front End

  • To see the front end of this project click here

(back to top)

Kanban Board

  • To see Kanban Board at the start of the project click here:
  • To see the Kanban Board of this project click here

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

you must have a code editor such as VSCode

Setup

Install Ruby and Rails on your local machine

Install

Install this project with: git clone git@github.com:hamidazim321/hello-rails-backend.git

Install all project dependencies with: bundle install

Create Database

Run rails db:create to create the database
Run rails db:migrate to set up the tables from schema
Run rails db:seed to pre-populate the database with required data

Start

Run rails server to start the server and run the project

Testing

Run rspec to execute tests

(back to top)

πŸ‘€ Authors

πŸ§” Hamid

πŸ§” Ghayoor Baqir

πŸ§” Mohammed Sabry

πŸ§” Mustakim Masum

πŸ§” Md Sazzad Hossain

(back to top)

πŸ”­ Future Features

  • will add user interaction

(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 follow me on the social accounts above to be notified of future projects

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for the opportunity and Murat Korkmaz for the Design

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Book a car backend rails API

License:MIT License


Languages

Language:Ruby 97.4%Language:Dockerfile 2.1%Language:HTML 0.3%Language:Shell 0.2%