Highlights
Project snapshot
- Combines a modern Next.js frontend with a Python FastAPI backend.
- Covers core HR workflows with a structured admin-facing interface.
- Shows full-stack coordination across frontend, API, and data layers.
Overview
HR workflows delivered through a full-stack admin system
This project packages common HR operations into a single admin-oriented product built with Next.js on the frontend and FastAPI on the backend.
The emphasis is on showing end-to-end coordination across interface, business logic, and data handling.
Implementation
Frontend, API, and database layers working together
- Used Next.js for the user interface and FastAPI for backend services.
- Integrated MongoDB and Prisma to support structured data access patterns.
- Built admin dashboard flows suited for workforce and HR management tasks.
