Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 504 Bytes

File metadata and controls

14 lines (7 loc) · 504 Bytes

Go Backend Project

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.

Features

  • 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.