An API to serve a SPA built by the same team, for a luxury renting cars agency: For Wheels!
Rent one of a kind car, your dream car from For Wheels!! This API provides information for the front-end SPA developed by us and. Accordingly to the user interaction, consumes it and renders the data on the UI.
- Major languages: Ruby
- Frameworks: Ruby On Rails
- Technologies used: PostgreSQL
Please find Kandban board here;
Link to initial issue when Knaban Board was set
Number of team members for this project: 2;
To get a local copy up and running follow these simple example steps.
In order to run this project on your system, please make sure that you have installed all of the followings:
- IDE application
- Ruby
- Ruby on Rails
- a web browser
- open your terminal and run the following command:
git clone https://github.com/nicupop729/for_wheels_api.git
; - Run the command
cd for_wheels
; - Run the command
bundle install
; - Run the command
rails db:create
; - Run the command
rails db:migrate
; - Run the command
rails s -p 8000
;
Once you completed this steps you should see the app running at: http://localhost:8000/ in your browser where you can explore different endpoints.
👤 Jonathas Tavares
- GitHub: jonathastavares
- LinkedIn: Jonathas Tavares
👤 Nicolae Pop
- GitHub: @nicupop729
- Twitter: @nicupop729
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Microverse for the fabulous environment to learn web development.
This project is MIT licensed.