Skip to content

Commit 9385c20

Browse files
committed
chore(global): Update README
1 parent 4805161 commit 9385c20

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Full Stack Application Template
22

3-
A modern full-stack web application template built with Python/Litestar backend and Nuxt 4/Vue 3 frontend, featuring role-based access control with granular permissions.
3+
A modern full-stack web application template built with [Litestar](https://litestar.dev/) backend and [Nuxt](https://nuxt.com/) frontend.
4+
5+
## What's Included
6+
7+
A complete authentication and authorization system with:
8+
9+
- **User Management**: Full CRUD for users with role assignment
10+
- **Role & Permission System**: Granular resource-level permissions (e.g., `users:create`, `roles:read`)
11+
- **Admin Dashboard**: Pre-built UI for managing users, roles, and permissions
412

513
## Quick Start
614

@@ -13,8 +21,8 @@ A modern full-stack web application template built with Python/Litestar backend
1321

1422
```bash
1523
# Clone the repository
16-
git clone <repository-url>
17-
cd <project-directory>
24+
git clone https://github.com/dialvarezs/listestar-nuxt-fullstack
25+
cd listestar-nuxt-fullstack
1826

1927
# Backend setup
2028
cd app_api

0 commit comments

Comments
 (0)