Skip to content

Backend for Mealbot (https://mealbot-web.herokuapp.com/), a program that randomly pairs up people in a club/group/organization for meals via email threads. The front-end repo is at https://github.com/JohnAmadeo/mealbot-web

License

Notifications You must be signed in to change notification settings

JohnAmadeo/mealbot

Repository files navigation

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

About

Backend for Mealbot (https://mealbot-web.herokuapp.com/), a program that randomly pairs up people in a club/group/organization for meals via email threads. The front-end repo is at https://github.com/JohnAmadeo/mealbot-web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published