/reservo

Web application to book hotel and conference rooms.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Reservo

Web application to book hotel and conference rooms.

Usage

Running from code:

$ go run cmd/reservo/*.go

Building an executable and running it:

$ go build -o reservo cmd/reservo/*.go
$ ./reservo