Motorcycle Booking Backend

The project is the supporting backed for the Motorcycle service app found on this repository. It handles all the backend logic and generated API

Link to the Front-end

Motorcycle Appoinments fronend

Kanban Board

Kanban Board

We are a group of four

  1. Team 1 - Roshan
  2. Team 2 - Vignesh
  3. Team 3 - Alick
  4. Team 4 - David

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSQL
  • Terminal

Getting Started

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

Prerequisites

  • A text editor(preferably Visual Studio Code)
  • Node
  • Web browser

Using it Locally

  • Clone the project
git@github.com:vikipretium/motorcycle-testdrive-backend.git

cd motorcycle-testdrive

Setup

Install gems with:

bundle install

Setup database with:

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

Usage

Start server with:

rails server

Visit http://localhost:3001/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec .

Visit And Open Files

Visit Repo

Authors

👤 Vignesh

👤 David

👤 Alick Nyirenda

👤 Roshan Bajgain

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration: Microverse

📝 License

This project is MIT licensed.