This is just a learning project done to better learn Go while building a simple web application
The frontend is extremely simple because I had no interest in the scope of this POC on improving it.
run.sh
to build appcd docker
anddocker-compose --f ./postgres-docker.yml up
to run postgres docker imagesoda migrate up
to run migrations to populate database
- Go version 1.18
- chi router for routing
- scs for session management
- nosurf for CSRF protection
POSTGREsql
as database- soda for migrations