The project consists of two parts:
- Backend (NestJS)
- Frontend (Next.js + TailwindCSS)
git clone https://github.com/Makudzyn/screening-task.git
cd screening-taskcd server
npm installcd ../client
npm installcd server
npm run startServer will run on http://localhost:5000
cd client
npm run devApplication will run on http://localhost:3000