/lunch-tracker

Track your lunch

Primary LanguageC#

Lunch Tracker

Keep track of what you had for lunch :)

Development

Follow these steps to get started:

Database Migrations

  1. Create the database.
  2. Create the schema "lt"
  3. Create a user and set the default schema for the user to the "lt" schema.
  4. Create a postgrator.json file in the migrations folder with this format.
  5. Fill in the correct values for your database from the previous steps.
  6. In the migration folder, run yarn postgrator.