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