Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 439 Bytes

File metadata and controls

6 lines (4 loc) · 439 Bytes

01f-forum

Projects I worked on while learning at 01founders

project description at: https://github.com/01-edu/public/tree/master/subjects/forum

A web forum that uses SQLite as the database to handle user information as well as posts, comments and tags, and a local file server to handle images attached to posts. backend in Go and frontend almost entirely with just html/css using go templating, but with a small amount of javascript.