A simple project management system
This is the backEnd API of PhoneixTask project which is divided into two parts.
See front repository here!
wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install -y dotnet-sdk-9.0
dotnet --version
-
Download the installer
Download .NET 9 SDK for Windows -
Run the installer
- Double-click the downloaded
.exe
file - Follow the installation prompts (use default settings)
- Double-click the downloaded
-
Verify installation
Open PowerShell or Command Prompt and run:dotnet --version
Clone the project
git clone https://github.com/ErfanMelon/PhoenixTaskApi.git
Go to the project directory
cd PhoenixTaskApi
Build project
dotnet build .\PhoenixTask.sln
Go To Web Folder
cd .\src\Web.Api\
Start the server
dotnet run
To view requests please goto swagger page 👇
For support, email [email protected] .