Vespa is a motorcycle rental app that allows users to add motorcycle models and cities, as well as make reservations.
Frontend Repository Link
Client
Server
Database
- Add user has the ability to delete and add Reservation
- Add user has the ability to delete and add Motorcycle model
- The user has the ability to delete and add cities
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/ZikaZaki/vespa-backend.git
Install this project with:
cd budget-app
bundle install
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server -p 3001
To run tests, run the following command:
rspec
👤 Zakariya Al-Khamisi (ZikaZaki)
- GitHub: ZikaZaki
- Twitter: Zakariya Al-Khamisi
- LinkedIn: Zakariya Al-Khamisi
👤 Marvellous Ibironke
- GitHub: Tommy Marvel
- Twitter: Tomiwa Ibironke
- LinkedIn: Marvellous Ibironke
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
I would like to acknowledge Murat Korkmaz for his exceptional design work on Behance. His creative and innovative approach to design has been truly inspiring and his work has undoubtedly set a high standard in the design industry. Thank you for the opportunity to have had access to your work on Behance.
This project is MIT licensed.