Skip to content

Commit 00adfa6

Browse files
committed
docs: add documentation
1 parent d009937 commit 00adfa6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Aren Framework
2+
3+
> *A Simple C++ Web Framework, support REST API Development*
4+
5+
## Features (In-Development)
6+
7+
- **Zero Setup** : Header-only,dependencies auto-download
8+
- **Microservice Ready** : Sub-routers & health checks
9+
- **Security built-in** : JWT,CORS,Rate Limiting
10+
11+
---
12+
13+
## Quick Start (~5 minutes)
14+
15+
```bash
16+
# Install CLI
17+
curl -L https://github.com/yourusername/aren-framework/releases/latest/download/aren -o /usr/local/bin/aren
18+
chmod +x /usr/local/bin/aren
19+
20+
# Create project
21+
aren new my-api
22+
cd my-api
23+
24+
# Run dev server
25+
aren dev

0 commit comments

Comments
 (0)