This is a simple Golang blog website built using the Go programming language and the Fiber web framework. It allows users to create, view, update, and delete blog posts.
- User authentication using JWT (JSON Web Tokens)
- Create new blog posts
- View and browse existing blog posts
- Update and delete blog posts
- User-specific blogs based on user ID
- Go
- PostgreSQL