Skip to content

rozdolsky33/Booking-App

Repository files navigation

Bookings and Reservations

This is the repository for my bookings and reservations project.

  • Built in Go version 1.21.x

Dependencies:

In order to build and run this application, it is necessary to install Soda (go install github.com/gobuffalo/pop/... ), create a postgres database, fill in the correct values in database.yml, and then run soda migrate.

To build and run the application, from the root level of the project, execute this command:

go build -o bookings ./cmd/web/ && ./bookings \
-dbname=bookings \
-dbuser=tcs

where you have the correct entires for your database name (dbName) and database user (dbUser) For the full list of command flags, run ./booking -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages