Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.02 KB

Intro (for people new to Go)

Get Started

Database

  • Download Postgres (i.e the database that Mealbot uses) here. See link for specific instructions for your OS.
  • Create a Postgres database, and copy over the username and database name that you chose to 'db.go'
  • Setup the database schema by executing 'schema.sql'
  • NOTE: If the steps above for the database aren't super clear, please check out official Postgres documentation. For help on SQL syntax, check out PostgreSQL Tutorial

Go

  • Build the project ('go build ./')
  • Run the executable ('./mealbot' or './mealbot pair')

Miscellanea