Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 522 Bytes

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