commit 788cc70bd147ce23944c2fc0d65b9182b10f6d33 Author: Leopoldadmin Date: Tue Jun 9 23:24:25 2026 +0000 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99a9d9b --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# FreeTable + +SeaTable-Clone: Multi-User Login, Rollen, Tabellen, Views, Detailansicht. + +**Tech:** Python/FastAPI + Vue.js 3 + +## Quick Start + +### Backend +```bash +cd backend +pip install -r requirements.txt +python run.py +``` + +### Frontend +```bash +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. \ No newline at end of file