An app for all your renting and buying/selling needs
- Set up nodejs lts, postgres
- Run
npm install
in both the frontend and backend - Run
npx prisma migrate dev
in backend - Run
npm run dev
in both the frontend and backend separately to run both servers
This will run the application at http://localhost:5173