I was an educational consultant for International high school students. These students have long holidays during Thanksgiving and Christmas to travel around. But Airbnb requires guests to reach 18 years old. Meanwhile, schools usually provide the holiday release for parents or guardian to fill in and sign.
MinorBnb allows the students to upload the school release form while making the reservation, and allow the host to download the form to fill in and sign. That’s the main feature of my website.
I was thinking about making this website last year when I first visited Flatiron School’s science fair. And I did it finally!
- Rails Backend
- React Frontend
- Redux
- Redux thunk
- React Router
- Download or clone this repository
- Start your PostgreSQL on your local computer
- run 'rake db:migrate' to generate the database
- run 'rails s' to run the backend server(http://localhost:3000)
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.