Thanks to visit codestin.com
Credit goes to github.com

Skip to content

leijianbin/minorbnb-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinorBnb Backend - Ruby on Rails

Project Overview

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

Getting Start

  • 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)

Contributing

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.

About

Flatiron School Graduation Project using Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.4%
  • HTML 0.6%