Skip to content

Classic to-do/scheduler REST API written in Go

Notifications You must be signed in to change notification settings

pafirmin/go-todo

Repository files navigation

go-todo

Classic to-do/scheduler REST API written in Go. An example front end implementation can be found here: http://github.com/pafirmin/calendar-app

Running the prject

  • git clone https://github.com/pafirmin/go-todo.git
  • cp .makerc.example .makerc

You will need to fill out at least the DEV_DB_ADDR and DEV_JWT_SECRET env variables

  • make run/app

To run the migrations, you will need to install Migrate and run make db/migrations/up

About

Classic to-do/scheduler REST API written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published