Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 305 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 305 Bytes

TASK MANAGER

A simple task manager application written in Golang

REQUIREMENTS

  • GO 1.2x installed
  • Sqlite

GET STATRTED

  • clone the repository
 $ git clone https://github.com/dkrest1/golang-projects.git
  • spin up endpoint server
$ cd task-manager
$ go run main.go