Files
2026-06-09 23:24:25 +00:00

608 B

FreeTable

SeaTable-Clone: Multi-User Login, Rollen, Tabellen, Views, Detailansicht.

Tech: Python/FastAPI + Vue.js 3

Quick Start

Backend

cd backend
pip install -r requirements.txt
python run.py

Frontend

cd frontend
npm install
npm run dev

Features

  • Multi-User Authentication (JWT)
  • Role-based access (Admin, Owner, Member, Viewer)
  • Workspaces with member management
  • Tables with 15+ column types
  • Grid/Gallery/Form views
  • Detailed record view with comments
  • Activity log

API

/api/v1 - REST API base

See .a0/freetable/ for full documentation.