Skip to content

Evanz142/orders-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Orders Application

Fullstack ordering application built on React and .NET

Backend

  • 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) postmanStats

Frontend

  • 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)

codingChallengeSigninpage codingChallengeOrderpage codingChallengeStatspage

About

Fullstack ordering application built on React and .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors