Skip to content

PhoenixTask/dotnet-backend

Repository files navigation

PhoenixTask API

A simple project management system

This is the backEnd API of PhoneixTask project which is divided into two parts.

See front repository here!

Prerequisites

Install .NET 9 SDK

🐧 For Linux (Ubuntu/Debian)

Add Microsoft package repository

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

Install .NET SDK

sudo apt-get update
sudo apt-get install -y dotnet-sdk-9.0

Verify installation

dotnet --version

🪟 For Windows (10/11)

  1. Download the installer
    Download .NET 9 SDK for Windows

  2. Run the installer

    • Double-click the downloaded .exe file
    • Follow the installation prompts (use default settings)
  3. Verify installation
    Open PowerShell or Command Prompt and run:

    dotnet --version

Run Locally

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

Documentation

To view requests please goto swagger page 👇

Documentation

Support

For support, email [email protected] .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •