A full-stack EMS application supporting admin and employee role authentication.
Required:
- Bun runtime
- PostgreSQL database
- Clone the repository:
git clone https://github.com/ducnguyenNOPRO/Employee-Management-System.git- Install dependencies at root,
packages/client, andpackages/server:
bun installAt root:
bun run devAt packages/client or packages/server:
bun run devbunx prisma studioThis project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.