Account

This application is a 'living demo'. The first stage was to have a raw CSS front end performing CRUD operations to a PostgreSQL database via Prisma.

However as I'm sure you can see there's not yet any concept of users or login. So as a next step I plan to use next-auth.js to autheticate users, which means I will then be able to build out things like a user profile and saved carts etc.

I have authentication via NextAuth in development locally and will push it to production as soon as it's stable.

In addition to this I'd like to add:

  • Increased testing coverage
  • Large dataset of dummy products to enable searching etc
  • Continued performance, browser testing & UX improvments

Cart