The WebApi is a backend system, I developed using ASP.Net Core in order to handles different requests
such as get,post,put and delete methods. It uses Entity Framework Core to communicate with the database.
The clientApp is an Angular project that consumes the requests from my web api project.
git clone https://github.com/ahmed-git-tn/BugTracker.git
cd .\WebApi\
dotnet restore
dotnet build
dotnet ef database update
dotnet run
cd .\clientApp\
npm install
npm start
http://localhost:4200/
admin
admin