Fullstack ordering application built on React and .NET
- Code first approach
- ASP.NET Core Web API (Hosted on Azure)
- Dependency Injection with Repository Layer
- Scoped Service Layer
- Cancellation Tokens
- External SQL Data Store on Supabase
- Middleware authentication with Supabase (using JWT tokens given to users when the log into the app)
Postman performance test results (ramp up profile, 100 concurrent users, 3 minutes)

- Signup/Login system with authentication and sessions (using Supabase)
- In-memory view of orders with server side filtering options
- Optional order draft feature making use of global context state mangement
- Statistics Page to view a display of the data
- Hosted on Vercel implementing continuous deployment
- Dark mode (the most important feature)


