Skip to content

FactuStorm Docs by SparkyDevs

Complete documentation of the FactuStorm API

Features

User Authentication

Registration, login, JWT tokens

Role-Based Authorization

Granular access control

API Key Management

Secure generation and validation

Scalability

Designed for high-availability environments

Security

Implements security best practices

Technologies

Backend

Go 1.24+, Fiber (Web Framework)

Database

PostgreSQL, Redis

Deployment

Docker

Requirements

Before you begin, make sure you have installed:

  1. Go 1.24.1 or higher
  2. Docker and Docker Compose
  3. Git

Quick Start

  1. Clone the repository:

    Terminal window
    git clone https://github.com/yersonargotev/saas-auth-api.git
    cd saas-auth-api
  2. Start the development environment:

    Terminal window
    docker-compose -f docker-compose.dev.yml up
  3. Complete the setup:

    • Create an SVG logo for your project and save it in src/assets/logo.svg
    • Create a hero image and save it in src/assets/hero-image.png
    • Create a styles file in src/styles/custom.css for any design customization

Documentation