Skip to content

ranecsutu/WebApp-for-Hotel-Room-Booking

Repository files navigation

Bookings and Reservations

This is the repo for my bookings and reservations project.

In order to build and run this application, it is necessary to install Soda (go install github.com/gobuffalo/pop/... )

  1. In the database.yml file enter your DB credentials.
  2. Run "soda migrate" to generate tables in database. After this, manually add an user into the "users" table (use the hash of the password). You will need a user to authenticate on the Login page in order to view admin dashboard.
  3. From the root of the project, Run the program using CLI arguments like this: go run .\cmd\web\ -dbname 'DBNameHere' -dbuser 'DBUserHere' -dbpass 'UserPasswordHere'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published