ZPRP_Rental/gin
Gerard.S 460a87ed72 WORKING <3 2019-05-31 00:17:01 +02:00
..
bin Front + Back 2019-05-30 16:14:10 +02:00
controllers WORKING <3 2019-05-31 00:17:01 +02:00
db Front + Back 2019-05-30 16:14:10 +02:00
forms Front + Back 2019-05-30 16:14:10 +02:00
models WORKING <3 2019-05-31 00:17:01 +02:00
public/html Front + Back 2019-05-30 16:14:10 +02:00
.travis.yml Front + Back 2019-05-30 16:14:10 +02:00
README.md Front + Back 2019-05-30 16:14:10 +02:00
gin Front + Back 2019-05-30 16:14:10 +02:00
main.go WORKING <3 2019-05-31 00:17:01 +02:00

README.md

Installation

You will find the **database.sql** in `db/database.sql`

And you can import the postgres database using this command:

$ psql -U postgres -h localhost < ./db/database.sql


## Running Your Application

$ go run *.go

## Building Your Application

$ go build -v

$ ./gin