The project we built for the Final Capstone Project is based on an app to book/reserve a house for rental. We will be following the given design of the website, while personalising the content.
Project requirements can be found here
We are three in this team:
- Team member A is @pasytchangwa
- Team member B is @toliboff
- Team member C is @andersonlebon
Here is the link to the project Kanban board
Kanban board initial state screenshot
Folow this link to see the documentation of the API.
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory
bundle install
# Create user
sudo -u postgres createuser booking_app -s
# Create the database
rails db:create
## Apply migration
rails db:migrate
# Load the schema
rails db:schema:load
rails s
rails spec
### Rspec failing
RAILS_ENV=test rails db:reset
### New Scaffold
rails g scaffold_controller model
### Undo migration
rake db:migrate VERSION=0
👤 Sylvestre
- GitHub: @sylvestre
- Twitter: @Sylvestre
- LinkedIn: Sylvestre Tchangwa
👤 Tolib
- GitHub: @toliboff
- Twitter: @toliboff
- LinkedIn: Tolibjon Tolibov
👤 Anderson Caleb
- GitHub: @Andersonlebon
- Twitter: @BuyananaCaleb
- LinkedIn: @Anderson Caleb
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Original design idea by Murat Korkmaz on Behance.