Go Social Media API built using Golang and backed by GCP for storage, PostgreSQL and Redis for database, and Paseto for authentication. The app aims to [briefly describe the app's purpose and target audience]. Getting Started Prerequisites
Go 1.16 or higher
GCP account with Cloud Storage API enabled
PostgreSQL 10 or higher
Redis 4 or higher
Clone the repository
git clone https://github.com/username/repo.git
Install dependencies
go mod download
Set environment variables
cp .env.example .env
Run the app
make server
This project is licensed under the MIT License.