jbgoldman1104 / Bookings-and-Reservations-in-GoLang

Bookings and Reservations in GoLang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookings and Reservations

This is the repository for my bookings and reservations project, which is part of the Udemy course Building modern web applications in Go.

  • Built in Go version 1.17.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 ./bookings -h

About

Bookings and Reservations in GoLang


Languages

Language:CSS 50.6%Language:HTML 30.0%Language:Go 9.8%Language:SCSS 6.4%Language:JavaScript 3.2%Language:Shell 0.0%