Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ burger-world-menu Public archive

Simple dotnet core menu API and Javascript UI

License

Notifications You must be signed in to change notification settings

slalom/burger-world-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter app

This starter app is designed as a best-practices example of dotnet web services

Build with dotnet

dotnet restore
dotnet build
dotnet run

build with docker

cd MenuApi
docker build . -t burgers
docker run -p 8888:80 burgers

About

Simple dotnet core menu API and Javascript UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published