Room reservation app
This project is based on an app to book an appointment to try a motorcycle. It has been customized to allow you to book a room or try hosting people with yours.
-
Final number of team members: 4
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple example steps.
git clone https://github.com/usmansbk/rooms-backend.git
cd ./rooms-backend
bundle install
# Create user
sudo -u postgres createuser rooms_backend -s
# Create the database
rails db:create
## Apply migration
rails db:migrate
rails s
rspec
rails rswag
### Undo migrations
rake db:migrate VERSION=0
👤 Usman
- GitHub: @usmansbk
- LinkedIn: Usman Suleiman Babakolo
👤 Simon
- GitHub: @SimonGrchevski
- LinkedIn: Simon Grchevski
👤 Olawale
- GitHub: @olawale-o
- LinkedIn: Omoogun Olawale
👤 Denis
- GitHub: @denisdiaconu
- LinkedIn: Denis Andrei Diaconu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Original design by Murat Korkmaz on Behance