Originally began as the starter template for the Next.js App Router Course, which uses a React front-end that connects to a SQL database. The original Next.js template had the following features:
- View existing invoices and customers
- Create new invoices and associate them with a customer from a fixed, predefined list.
I added the following features:
- Create new customers
- Upload image to customer, which gets stored on Amazon S3 server
Deployed to Railway.app