Skip to content

evsyukovmv/taskmanager

Repository files navigation

The back-end (REST API) part of the task management application

Demo app

https://go-taskmanager.herokuapp.com

API Documentation

https://gotaskmanager.docs.apiary.io/

Code Status

CircleCI

How to use

Using Docker & Docker Compose

docker-compose up

Without Docker

  • Create PostgresSQL database
CREATE DATABASE taskmanager;
  • Add environment variables
export PORT=8080
export DATABASE_URL=postgres://user:password@localhost/taskmanager?sslmode=disable
migrate -path db/migrations -database $DB_URL up
  • Run application
go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages