Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 715 Bytes

Simple Go CRUD App

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.

Features

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

Prerequisites

  • Go: Make sure you have Go installed. You can download it from here.
  • Docker: Ensure Docker is installed on your machine. Get Docker here.