This app and repository are a technical showcase built with the technologies listed below.
Frontend: React 19, Vite, Tailwind CSS, Mantine, @tanstack/react-router, @tanstack/react-query
/api - be
/web - fe
README.md
This project requires Node.js version 18+ or 20+. Or use quick-setup.sh
and then run development servers.
# 1. Clone repo
# 2. API
cd api
# 2.1 Dependencies
npm i
# 2.2 Create environment
cp .env.example .env
# 2.3 DB Migration
npx drizzle-kit migrate
# 2.4 Run development
npm run dev
# 3. WEB
cd web
npm i
npm run dev
MIT © 2025 Michal Griessel