Skip to content

Simple C# ASP.NET Core + React SPA demo using a Celery (vertical slice) architecture

License

Notifications You must be signed in to change notification settings

garoyeri/celery-architecture-demo

Repository files navigation

Getting Things Running

You'll need the following things:

Configure the necessary tools (the EF Core tools no longer ship with .NET Core):

dotnet tool restore

To get the database configured and running

cd src/CeleryArchitectureDemo
dotnet ef database update

Then you can run the application using Visual Studio Code (the tasks.json is setup properly).

cd src/CeleryArchitectureDemo
dotnet run

Navigate to: https://localhost:5001 to see the site (ignore SSL / HTTPS issues, it's a self-signed certificate).

Navigate to: https://localhost:5001/swagger to access the API page (in case you don't have Postman).

About

Simple C# ASP.NET Core + React SPA demo using a Celery (vertical slice) architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published