todo-host-api

command module
v0.0.0-...-e7831ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: MIT Imports: 9 Imported by: 0

README

todo-host-api

Todo-host-api is a self hosted todo list api build in Go

Requirements

  • Docker
  • docker-compose

Configuration

Createthe environment variables from the .env.example, for example:

  POSTGRES_HOST=host.docker.internal
  POSTGRES_USER=admin
  POSTGRES_PASSWORD=root
  POSTGRES_PORT=5432
  POSTGRES_DB=todohost
  API_PORT=8000

Running

Use docker-compose to run the api

  docker-compose up -d --build

Use

go to http://localhost:8000/swagger/index.html to get api doc

Swagger doc

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL