Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 940 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 940 Bytes

Dreamzy: A full-stack ecommerce app that caters to both buyers and sellers

Frontend Deployed on Vercel Backend Deployed on Fly.io

Admin (seller) App:

Link: (https://modern-ecomm-app.vercel.app/) Screenshot 2023-10-16 at 12 16 58 PM

User (buyer) App:

Link: (https://user-ecomm-app-v1.vercel.app/) Screenshot 2023-10-16 at 12 14 51 PM

Built with

  • [Typescript]
  • [React JS]
  • [Express]
  • [Recoil State management]
  • [Material-UI]
  • [Mongo DB]
  • [Zod input validation]
  • [JWT authentication]

Future Enhancements

  • Migrate to Next.js
  • Create a turbo monorepo of this application
  • Authenticate using Auth.js (OAuth2.0)
  • Replace MongoDB with PostgreSQL and Prisma ORM
  • Containerize the application using Docker