This project was implemented with NestJS (API) & Vite + Tailwind (web).
This project was deployed using Netlify and the working demo is available here. Check the statuses below:
Ensure the following are installed on your system:
- Node.js (v20.9.0)
- pnpm:
npm install -g pnpm
Create a .env file in the root of your web project to store environment-specific variables. Example:
VITE_API_URL=http://localhost:3000/api
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev