Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 479 Bytes

web-api-development-demo

A demo of a simple blogging system written in Go wich belongs to the presentation at https://github.com/golangbg/presentations/tree/master/web-api-development

This repo is just a resource for educational purposes and not a production ready solution

The demo covers:

  • SQLite3 database integration
  • API and frontend
  • Authentication
  • Middleware
  • Sessions
  • Form processing
  • Practical patterns

The demo doesn't cover:

  • Testing
  • Delete actions