Skip to content

dkorolov1/UserOrderViewer.Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserOrderViewer App 📋

This project is a demo application designed & developed to explore the capabilities of .NET 8 Minimal API in conjunction with EF Core and React (leveraging Hooks and Context API)

The solution consists of two parts: the demoapp.client (React App) and the demoapp.server (.NET 8 Minimal API + EF Core Backend).

Run It 🏃

Run Components Individually:

1. Run the backend:

  • cd demoapp.server
  • dotnet run

It's also necessary to ensure that you have a running instance of SQL Server and to override the corresponding connection string in appsettings.Development.json.

2. Run the frontend:

  • cd demoapp.client
  • npm start

Deploy with Docker Compose:

Alternatively, you can start everything with a single command using Docker Compose:

  • docker-compose up
  • docker-compose down -v

Test It Out 🎇

enter image description here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published