This is a fullstack application that uses React (Vite) for the frontend and NestJS for the backend.
First, clone the repository to your local machine:
git clone git@github.com:Rowkash/countries-test.git
cd countries-testRename both env.example files to .env in frontend and backend directories
cd frontend
npm install (or pnpm/yarn)Rename env.example file to .env
npm run dev (or ppnpm/yarn)cd backend
npm install (or pnpm, yarn)Rename env.example file to .env
npm run dev (or ppnpm/yarn)