https://github.com/rwubakwanayo/tractor-rental-backend
This online application simplifies the process of leasing tractors for farmers by providing accurate cost and time estimates, enabling them to complete their work in an efficient and speedy manner.
https://github.com/rwubakwanayo/tractor-rental-backend
cancancan devise jwt postgresql ruby-on-rails
Last synced: about 1 month ago
JSON representation
This online application simplifies the process of leasing tractors for farmers by providing accurate cost and time estimates, enabling them to complete their work in an efficient and speedy manner.
- Host: GitHub
- URL: https://github.com/rwubakwanayo/tractor-rental-backend
- Owner: RWUBAKWANAYO
- Created: 2022-11-07T16:04:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:18:37.000Z (over 1 year ago)
- Last Synced: 2025-02-01T02:41:27.193Z (10 months ago)
- Topics: cancancan, devise, jwt, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://tractor-rental-v1.netlify.app/
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tractor
>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..

## Live Demo
- Checkout website via this [Link](https://tractor-rental-v1.netlify.app/)
## Built with
- Ruby on Rails
- PostgresQL
## Link to the Front-End App
You can visit the front-end application via this [Link](https://github.com/RWUBAKWANAYO/tractor-rental-frontend).
## Getting Started
### Prerequisites
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
### Setup
- To get local copy:
- Clone this repo locally using git in the command line with the following command
```ruby
> 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:
```ruby
db:migrate
```
- To seed predefined data in database, run this command in your terminal:
```ruby
db:seed
```
### Usage
Run this command to start the project locally:
```ruby
> rails server -p 3000
```
## Authors
:bust_in_silhouette: **RWUBAKWANAYO**
- GitHub: [@githubrwubakwanayo](https://github.com/RWUBAKWANAYO)
- LinkedIn: [Rwubakwanayo](https://www.linkedin.com/in/rwubakwanayo-olivier)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) licensed.