Commit 9ace849
committed
feat: 🎉 Add setup script and categories API routes
- Created a setup script for first-time setup with Node.js checks, .env file creation, dependency installation, Prisma client generation, database migrations, and seeding.
- Implemented categories API with GET and POST routes for fetching and creating categories.1 parent 63ea4e5 commit 9ace849
24 files changed
Lines changed: 3618 additions & 1082 deletions
File tree
- .github
- skills/web-design-review
- workflows
- prisma
- scripts
- src
- app
- api/categories
- components/cards
- lib/db
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments