Skip to content

Aquarthur/go-todo-api

Repository files navigation

TODO API

A basic CRUD API using Go for practice. I have intentionally used the net/http library for everything I could. Start the API by running:

❯ docker compose up

Will fill out the README as I go. For now, everything is in-memory.

Still to come

  • Connect to an actual database
    • PostgreSQL, Couchbase? Something else?
  • Clean up and document code
    • Possibly use comments to generate API documentation?
  • Tests, tests, tests
  • Use Go templates to provide a view of the app which uses the API

About

Basic CRUD app for TODOs written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published