#lets do it ;
This project is a full-stack web application with:
- Frontend: React (Vite)
- Backend: Node.js + Express + Prisma + PostgreSQL
git clone https://github.com/g-rashmi/asssign.git
cd asssign
1.backend set up
cd backend
npm install
create .env file inside ./backend and postgressql connection url
DATABASE_URL=""
npm run build ;
nodemon index ;
2.frontend setup ;
cd ../vite-project
npm install
npm run dev
deployed_url:https://asssign-39wf-8xuahgrux-gehiv.vercel.app/