- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
"Rent For a Day" is a reservation-based application to rent a property/accommodation for a day. This project is a React/Redux Toolkit application, and it allows users to register and log in with their credentials, see all the items registered, and add or delete items to the inventory.
Two repositories were created for its construction:
- A backend repository with an API built with the Ruby on Rails Framework with a PostgreSQL database.
- A frontend repository with a React/Redux Toolkit application from which the created API is consumed.
Additionally, the API documentation is available here.
The project is built using the following technologies:
- Ruby on Rails.
- PostgreSQL.
- RSpec.
- Rubocop.
- Devise.
- User Registration: Register an account securely.
- Item Management: The user can add and delete items to the inventory.
- User-Friendly Interface: Navigate with ease.
- Responsive Design: Accessible on various devices.
- Ruby on Rails
- Linters
- Rubocop
- Follow Microverse's list of best practices
To get a local copy up and running, follow these steps.
In order to run this project you need to have:
- Installed Ruby and Ruby on Rails.
- If you're using Windows, have installed WSL.
- If you're using MacOS, an option is using UTM.
To clone this repository to your desired folder, run the following command:
git clone https://github.com/Zven94/RentForADay-app
Navigate to the cloned repository and run the following command to install the necessary gems:
cd RentForADay-app
bundle install
Before continue you will need to create your own credentials file. To do so, first remove config/master.key and config/credentials.yml.enc if they exist.
run the following command:
EDITOR=code rails credentials:edit
You can close the editor that opens. This command will create a new master.key and credentials.yml.enc if they do not exist. Now you can continue.
Initialize it with
rails server
Then open http://localhost:4000
in your browser.
Now you need to create the database, run the following command:
rails db:create
Then migrate the database:
rails db:migrate
And finally, seed the database:
rails db:seed
To run the tests try the following command:
rspec spec
π€ Nicolas BolaΓ±ez
π€ Ruth Abreu
π€ Cesar Herrera
- GitHub: @CesarHerr
- LinkedIn: Cesarherr
Upcoming improvements:
- User profiles with customizable avatars.
- Accessibility improvements.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and know someone who might find it helpful, please share it. Or give it a star βοΈ
I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.
Original design idea by Murat Korkmaz.
This project is MIT licensed.