Backend that drives the mobile APP HungryHour
Golang (version 1.9.3)
postgres
This is a golang APP running on port 8080.
Data store for the APP is postgres running on port 5432
Follow the steps:
- Install GoLang
- Install Postgres
- go get -u github.com/phassans/banana/
- create a postgres user 'pshashidhara' with password 'banana123'
- create a database banana
- run to setup db
psql -h localhost -d banana -U pshashidhara -a -f sql/setup.sql
- cd src/github.com/phassans/banana/
- Build
go build .
- Run:
./banana