Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 744 Bytes

Go Social Media API

License

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

Installing

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

Usage

This project is licensed under the MIT License.