Skip to content

Phixen/letterpress

 
 

Repository files navigation

  1. To start the application use docker-compose up --build
  2. Start the DB Migraton :-
    • a. export PGURL="postgres://letterpress:letterpress_secrets@localhost:5432/letterpress_db?sslmode=disable"
    • b. migrate -database $PGURL -path db/migrations/ up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.6%
  • Dockerfile 7.4%