-
Notifications
You must be signed in to change notification settings - Fork 0
JasonKobayashi/restaurants-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
・Set Launch Profile (from Restaurants.API folder)
dotnet run --launch-profile "https"
・Dev Run (Method 1)
Set Working Folder: 「app/src/web_api/Restaurants.API/」
export ASPNETCORE_ENVIRONMENT=Development
・Dev Run (Method 2)
Set Working Folder: 「app/src/web_api/Restaurants.API/」
set ASPNETCORE_ENVIRONMENT=Development
dotnet run
・Dev Run Access URL Sample
https://localhost:7186/swagger/index.html
・Git Logs (From Restaurants.API Folder)
git diff --staged ':(exclude)Docs/*' > ../../docs/git_logs/1_current_changes.txt
git log > ../../docs/git_logs/2_all_commit_messages.txt
・Commit Prompt (set 1_current_changes.txt and 2_all_logs_newest_to_oldest.txt files as context)
Based on the content inside 1_current_changes.txt, please give me a thorough commit message in English.
Keep the commit message limited to recent changes only.
For understanding the project context, see 2_all_logs_newest_to_oldest.txt for a history of previous commits.
・Useful Git Commands
git show <short_hash> | clip
* get changes of any specific commit
About
Repository based on the Udemy course "ASP.NET Core 8 Web API: Clean architecture + Azure services"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published