This is an online application that makes it easy for farmers to rent tractors, with accurate information about cost and time estimates to get work done quickly and efficiently..
- Checkout website via this Link
- Ruby on Rails
- PostgresQL
You can visit the front-end application via this Link.
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
-
To get local copy:
-
Clone this repo locally using git in the command line with the following command
> https://github.com/RWUBAKWANAYO/tractor-rental-backend.git
-
Alternatively, you can just download the complete zip file and extract the folder in your directory
-
-
Run bundle install, to install all gems for the project.
-
To run the migration copy and paste this command in your terminal:
db:migrate
- To seed predefined data in database, run this command in your terminal:
db:seed
Run this command to start the project locally:
> rails server -p 3000
👤 RWUBAKWANAYO
- GitHub: @githubrwubakwanayo
- LinkedIn: Rwubakwanayo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.