[Bridal cars] is an api application built with Ruby on Rails. It provides set of endpoints that clients can use to access server data. It provides detailed information about bridal cars and car's reservations.
Client
Database
- [Provides endpoints to create, list, show, update, and delete cars]
- [Provides endpoints to create, list reservations]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- PostgreSQL
- Git
Clone this repository to your desired folder:
cd desired-folder
git clone git@github.com:inspecta/bridal-cars-backend.git
- Open the file in your preferred code editor
- Install the required dependecies with
bundle install
- Update config/database.yml with your local DBcredentials.
- Then run:
rails db:create
rails db:migrate
rails db:seed
To run tests, run the following command:
rails db:seed RAILS_ENV=test to seed the testing database
rspec
Mention all of the collaborators of this project.
👤 Derrick Mulinde
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Fikerte Tesfaye
- GitHub: @Fikerte-T
- Twitter: @tofikertesfaye
- LinkedIn: LinkedIn
👤 Kolapo Precious Akinrinlola
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [new_feature_1]
- [new_feature_2]
- [new_feature_3]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a ⭐️
We would like to thank the design provided by Murat Korkmaz on Behance.
This project is MIT licensed.