The goal of this project was to build a admin site for people to manage inventory and orders for their stores. Users would be able to create new stores and manage every aspect of it from products, sizes, colours, product categories and more.
I used Next.js with TypeScript to build the application, and had a pretty good time working with the server components that allowed direct communication with my relational database (PostgreSQL) using an ORM (Prisma).