Giter Club home page Giter Club logo

bugtracker's Introduction

BugTracker

GitHub Super-Linter Tests license

Description

A bug tracking system is an application that lets you keep track of bugs for projects in a database.

This project is a .NET Core implemented Web API for listing Bugs and assigning users to them. It uses Entity Framework Core to communicate with a SQL Server database.

Technologies

  • C#
  • .NET
  • ASP.NET Core
  • Entity Framework Core
  • xUnit.net
  • FluentAssertions

Building and Running - Non docker

  1. Change to the api directory (i.e. bugTracker.Core/bugTracker.WebApi)

    cd bugTracker.WebApi

  2. Issue the dotnet restore command (this resolves all NuGet packages)

    dotnet restore

  3. Issue the dotnet build command

    dotnet build

  4. Issue the dotnet run command

    dotnet run

    This will start the Kestrel webserver, load the bugTracker.WebApi application and tell you, via the terminal, what the url to access bugTracker.WebApi will be. Usually this will be http://localhost:5000, but it may be different based on your system configuration. Heading to localhost:5000/swagger should load the swagger API documentation

Building and Running - docker

  1. Ensure that you are in the root directory of the project

  2. Run the following command

    docker-compose up --build

The project should be running on port 8000 of yourt local machine. Heading to localhost:8090/swagger should load the swagger API documentation

Contributors

Anastasiya Trembach

License

Copyright (c) 2022 Anastasiya Trembach. MIT License

bugtracker's People

Contributors

anastasia-tre avatar

Stargazers

 avatar

Watchers

 avatar

bugtracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.