# README
TaskManagementApp
Getting started
Prerequisites
- install Go v1.21
- install postgreSQL
- (optional) install Make
Config
- copy
config-example.ini
and rename it toconfig.ini
. - adjust each values in config respectively, such as App's Port, DB's Host, Port and Database name.
Migrations
Run all sql in migration
directory.
Running the App
$ make run
# OR
$ go run main.go