# Tutorial for Photo manager system ## Development ### Setup environment - Download [.NetCore SDK](https://dotnet.microsoft.com/download/dotnet/5.0) - Install - Check: ```dotnet --version``` If return: ```5.0.202``` --> Success - Download [VSCode](https://code.visualstudio.com/download) - Install - Open VSCode - Select menu Extensions - Search "C# .Net Core Extension Pack v1.0.0" and install ### Build - ```cd <prj_path>``` - ```dotnet build photo.api``` - ![](https://i.imgur.com/eIpr5MO.png) ### Publish - ```dotnet publish -c Release photo.api -o <output_path>``` - ![](https://i.imgur.com/Fi0yfy7.png) ### Run - ```cd <output_path>``` - ```dotnet photo.api.dll``` --- Uses app desktop --- - [Dark theme](/theme-dark?both) - [Vertical alignment](/theme-vertical-writing?both)
{"metaMigratedAt":"2023-06-16T12:03:44.116Z","metaMigratedFrom":"YAML","title":"Hướng dẫn dev phần mềm quản lý ảnh","breaks":true,"contributors":"[{\"id\":\"605bdcb0-c692-480b-99cc-da389b550501\",\"add\":1230,\"del\":366}]"}
Expand menu