Skip to content

dennymrh/boozy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boozy

Installation

  1. Install go 1.17 brew install go

  2. Install sqitch

brew install sqitch
sqitch config --user user.email '[email protected]'
sqitch config --user user.name 'Jason Ganub'
  1. Install Postgres.app 14 https://postgresapp.com/downloads.html

  2. Initialize Postgres 14 and double tap on the Postgres

  3. Create the database create database boozy;

  4. Run database migrations sqitch deploy db:pg:boozy

  5. Run the server go run server.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published