We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8252241 commit ce1869cCopy full SHA for ce1869c
docs/whats-included.md
@@ -0,0 +1,22 @@
1
+# What's Included (WIP)
2
+
3
+## Technology Stack
4
+- **Backend**: AdonisJS 6 with TypeScript
5
+- **Frontend**: React 18 with TypeScript
6
+- **Database**: PostgreSQL/MySQL/SQLite support
7
+- **Styling**: Tailwind CSS + Shadcn/ui
8
+- **Type Safety**: tRPC for end-to-end types
9
10
+## Pre-configured Features
11
+- User authentication & authorization
12
+- Database migrations & seeders
13
+- API routes with validation
14
+- Responsive UI components
15
+- Development tooling (ESLint, Prettier)
16
+- Testing setup (Japa, Jest)
17
18
+## Development Tools
19
+- Hot module replacement
20
+- TypeScript strict mode
21
+- Git hooks for code quality
22
+- Environment configuration
0 commit comments