Skip to content

andredubov/todo-backend

Repository files navigation

REST API to create TODO lists [Backend Application] GO

Build & Run (Locally)

Prerequisites

  • go 1.20
  • docker & docker-compose
  • swag (optional, used to re-generate swagger documentation)

Create .env file in root directory and add following values:

APP_ENV=local

HTTP_HOST=localhost
HTTP_PORT=8080

DB_HOST=postgres
DB_PORT=5432
DB_NAME=postgres
DB_USER=postgres
DB_PASSWORD=qwerty
DB_SSL_MODE=disable

PASSWORD_SALT=salt
JWT_SIGNING_KEY=key

Use make run to build and run project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages