Skip to content

ahmed-git-tn/BugTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bug Tracker

Overview

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.

Requirements

Setup

clone this project.
git clone https://github.com/ahmed-git-tn/BugTracker.git
navigate to the webapi folder path:
cd .\WebApi\
restore the project dependencies:
dotnet restore 
build the project:
dotnet build
create your database:
dotnet ef database update
run the application:
dotnet run 
navigate to the clientApp folder path:
  cd .\clientApp\ 

install the dependencies:

npm install 

run the application:

npm start 

open your browser to:

http://localhost:4200/

admin credentials:

username:
admin  
password:
admin 

Demo Video

bugTracker.mp4

About

A bug tracker project developed using ASP.Net Core & Angular.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published