E-Commerce website designed for and used by 5-college students where they can sell used furniture, class materials, advertise off-campus housing, sell student-made products, advertise student services, and more!
- Post Listings (buy/sell)
- Comment/Review Lisitngs
- Personalize Profile
- Wishlist + notifications
- Email notifications
PERN (Postgres (via Supabase), ExpressKS, ReactJS, NodeJS)
Create a .env file inside the server/ directory with:
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_service_role_key
MAILERSEND_API_KEY==your_mailersend_api_keygit clone https://github.com/BakingPancakes/U-Commerce.git
cd U-Commercecd server/
npm installcd client/
npm installcd server/
npm run devcd client/
npm run devOpen your preferred browser at:
http://localhost:5173- /client
- /server
See client/README.md and server/README.md.