This is a backend project built with Go, utilizing standard libraries and Gorilla Mux for routing. It integrates JWT token authentication and PostgreSQL for database interaction without any ORM.
- Authentication: JWT token-based authentication.
- Routing: Utilizes Gorilla Mux for flexible routing handling.
- Database: Interacts with PostgreSQL for data storage without an ORM.
- Security: Implements secure token validation and password hashing.