Car Rentals Backend is a Rails API that serves as database to the Car Rentals Frontend project.
Server
Database
- Create database
- Authenticate user using devise gem
- Generate Authentication Token using jwt-gem
To get a local copy up and running, follow these steps.
In order to run this project you need:
ruby 3.2.1
rails
Clone this repository to your desired folder:
Example commands:
cd your-folder
git clone https://github.com/demix007/car-rentals-backend.git
Install this project with:
Example command:
cd my-project
bundle install
Setup database with:
Example command:
rails db:create
rails db:migrate
To run the project, execute the following command:
Example command:
rails server
To run tests, run the following command:
Example command:
rspec
👤 Ayodeji Abidemi
👤 Mohamed Hassan Noor
👤 Houda Mzari
👤 Kashif
- Add authorization
- Add advance tests to all functionality
- Enhance cyber security for the database
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️. Your support is greatly appreciated!
We would like to thank Microverse for giving us this chance to learn how to build a Rails API and connect it to a React frontend.
This project is MIT licensed.