Categorygithub.com/massivemadness/articles-server
module
0.0.0-20241005083838-c1e83615adf0
Repository: https://github.com/massivemadness/articles-server.git
Documentation: pkg.go.dev

# README

articles-server

Local development

  1. Build an image and run docker container:
    $ docker compose up --build

  2. Apply database migrations if necessary:
    $ goose -dir ./migrations postgres "postgres://postgres:secret_password@localhost:5432/articles?sslmode=disable" up

# Packages

No description provided by the author