Skip to content

Commit ce1869c

Browse files
committed
docs: adds a whats included page
1 parent 8252241 commit ce1869c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/whats-included.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)