8000 GitHub - PierreAdel/reservation-buddy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PierreAdel/reservation-buddy

Repository files navigation

Reservation Buddy

Reservation Buddy is an hotel reservation system demo made with shakacode/rescript-react-on-rails.

Checkout the app on heroku.

Installation

bundle
yarn
rails db:create
rails db:migrate
rails db:seed

Run the app

In two separate terminals run the following commands

yarn run re:start
rails s

Then access the website through this link http://localhost:3000.

To run the test suite

bundle exec rspec

Seed credentials

Postman

Documentation link.

Entity Relationship Diagram (ERD)

Reservation Buddy ERD

You can edit the ERD, you can request edit access through this link.

Features

  • As an Admin you can:

    • Login to the admin panel.
    • Add new hotel.
    • Delete a hotel.
    • Browse, sort, paginate, and search all hotels, customers, and reservations.
    • Logout.
  • As a customer you can:

    • Register as user.
    • Login as user.
    • Search for a hotel by name or city.
    • Reserve a hotel.
    • Browse your past reservations.
    • Logout.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0