Frontend - https://wonjob.vercel.app
Backend - https://wonjob-backend.vercel.app/api/job_posts
Project is created with:
- MEVN CRUD
- FormKit
- Zod , Turbo Mono Repo
- Router , Route Guard
- Vuex , Pinia
- Test Driven Development
- GraphQL
- SSR
- Docker
- Kubernetes
- crypto wallets
To run this project, install it locally using npm:
git clone https://github.com/thanhtutzaw/wonjob.git
cd wonjob
cp .\apps\backend\.env.local.example .\apps\backend\.env
npm run start-server
npm run dev-client