Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample App

A sample full-stack authentication app built for learning and practicing.

Tech Stack

Layer Technology
Frontend React 19, Vite, React Router
Backend Go 1.25, Fiber
Database PostgreSQL

Quick Start

Run with Docker

docker compose build
docker compose up -d

Access the app at http://localhost:3000

Clean Up

docker compose down -v

API Endpoints

Endpoint Method Body Description
/api/ping GET - Health check
/api/register POST { name, email, password } Register user
/api/login POST { email, password } Login user
/api/session GET - Get current session
/api/logout GET - Logout user

About

This is a sample app with React frontend, Go backend and Postgres database.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages