This is a Ruby on Rails API part of a full-stack project called "Rent me". This project is based on an app to book an appointment to rent a house. You can see different types of houses and you can see the details for each house then you can reserve an appointment to the specific house that you also choose you can see all your reservations on a separate page. The user also can add and delete a house.🏠🏡
- Link to the initial state of our Kanban board
- Link to the final state of our Kanban board
- Our team consist of 4 members
- Much more populated documentation for this API was made with Postman and can be found here. It includes all the available methods, required headers and parameters, and examples for different responses. The application is deployed if you want to try it replace
localhost:3001
withhttps://aqueous-temple-36685.herokuapp.com
.
- Ruby
- Ruby on Rails
- PostgreSQL
- Devise JWT
- Thunder Client
- Postman for documentation.
- Visual Studio Code
To use this project you first need to have installed the following:
- Node.js
- Ruby
- PostgreSQL
- Rails
- Ruby version
The version of ruby that is needed for this project is
- 3.1.1
Once you have installed them, you need to use the following command to clone the repository:
git clone https://github.com/Reem-lab/house-booking-back-end.git
Commands to run:
bundle install
Next, use this command to create the databases:
rails db:create
And you have to migrate the DB:
rails db:migrate
Finally, use the following command to initialize the live server:
rails s
The server will be running on "localhost:3001"
rspec spec
rspec spec/models
rspec spec/requests
👤 Reem Janina
Platform | Badge |
---|---|
GitHub | @Reem-lab |
Rem79940127 | |
LinkdIn | reem-janina |
👤 Sahar Abdel Samad
Platform | Badge |
---|---|
GitHub | Sahar-AbdelSamad |
@AbdelSamadSaha | |
LinkdIn | Sahar-Abdel-Samad |
👤 Piero Lescano
Platform | Badge |
---|---|
GitHub | @piero-vic |
@v1ccenzo | |
LinkdIn | piero-lescano |
👤 Aime Malaika
Platform | Badge |
---|---|
GitHub | @aimemalaika |
@Aime_Malaika | |
LinkdIn | aimemalaika |
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.