This is a simple CRUD application built with Go (Golang), using PostgreSQL as the database and JWT for authentication. The application is fully dockerized for easy deployment.
- CRUD operations: Create, Read, Update, Delete operations on resources.
- JWT Authentication: Secure your endpoints with JSON Web Tokens.
- PostgreSQL Integration: Persistent storage using PostgreSQL.
- Dockerized: Easy setup and deployment with Docker.