naanmohammed / Book-Motorcycles-Backend

MIT License
0 stars 1 forks source link

Book Motorcycles App

📗 Table of Contents

📖 Book Motorcycles Application

Book Motorcycles is a full fledged motorcycle booking application that allows users to book motorcycles from different categories. Users can choose a city, category, type, and price before booking it. The frontend repo is here

Quick Walkthrough of the project

🛠 Built With

Tech Stack

Here is a list of technogies used in this project.

Language
Framework
Database

Key Features

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Clone this repository to your desired folder:

$ git clone https://github.com/naanmohammed/Book-Motorcycles-Backend.git
$ cd Book-Motorcycles-Backend

Prerequisites

In order to work on this project, you need to have the following dependencies installed:

Install

Install this project with:

$ bundle install

Then, run

$ npm install

To install packages such as style linters

To check linters locally, use

bash
$ rubocop
$ npx stylelint "**/*.{css,scss}"

Usage

To run the project, execute the following command:

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

Run tests

To run tests, run the following command:

    rspec ./spec

👥 Authors

Author

👤 Naan Mohammed

👤 Cisco

🔭 Future Features

(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 leave a star on GitHub!

(back to top)

🙏 Acknowledgments

Original Design Idea by Murat Korkmaz.

We would like to thank all those who helped us throughout this module.

(back to top)

📝 License

This project is MIT licensed.

(back to top)