htmfilho / reservo

Web application to book hotel and conference rooms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web application to book hotel and conference rooms.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%