An open API service indexing awesome lists of open source software.

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.

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..

![tractor](https://user-images.githubusercontent.com/68381641/212620589-7c2822ac-9882-4344-ba46-231f11852493.png)

## 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.