Giter Club home page Giter Club logo

trackmate's Introduction

TrackMate

TrackMate is an Issue Tracker and Project Management System built using .NET and Angular.

Features

  • User authentication and authorization
  • Project creation and management
  • Task and issue management
  • Team member invitation and role assignment
  • Task assignment and progress tracking
  • Comments and file attachments for tasks/issues
  • Notifications and email integration
  • Reporting and dashboard
  • RESTful API for third-party integrations

Prerequisites

  • .NET SDK
  • Visual Studio or Visual Studio Code
  • SQL Server Express
  • SQL Server Management Studio (SSMS)
  • Node.js
  • Angular CLI

Getting Started

  1. Clone the repository
  2. Restore NuGet packages for the .NET projects
  3. Update the connection string in the appsettings.json file of the TrackMate.Api project
  4. Run dotnet ef database update to create the database and apply migrations (if using Entity Framework Core)
  5. Run npm install inside the TrackMate.Web folder to install Angular dependencies
  6. Build and run the TrackMate.Api project
  7. Run ng serve inside the TrackMate.Web folder to start the Angular development server

Deployment

  1. Build the .NET projects in Release mode
  2. Publish the TrackMate.Api project
  3. Run ng build --prod inside the TrackMate.Web folder to create a production build of the Angular app
  4. Deploy the published TrackMate.Api and the Angular dist/TrackMate.Web folder to your hosting environment

Project Structure

    TrackMate/
    ├── Controllers/
    │ ├── CommentController.cs
    │ ├── TaskController.cs
    │ └── ...
    ├── Middleware/
    ├── Startup.cs
    └── ...

    TrackMate.Domain/
    ├── Models/
    │ ├── Comment.cs
    │ ├── Task.cs
    │ └── ...
    ├── Repositories/
    ├── Services/
    ├── Attachments/
    │ ├── Attachment.cs
    │ ├── CommentAttachment.cs
    │ └── TaskAttachment.cs
    └── ...

    TrackMate.Infrastructure/
    ├── DbContexts/
    ├── Repositories/
    │ ├── CommentRepository.cs
    │ ├── TaskRepository.cs
    │ └── ...
    └── ...

    TrackMate.Application/
    ├── Services/
    │ ├── CommentService.cs
    │ ├── TaskService.cs
    │ └── ...
    ├── DTOs/
    ├── BusinessLogic/
    ├── Attachments/
    │ ├── AttachmentDto.cs
    │ ├── CommentAttachmentDto.cs
    │ └── TaskAttachmentDto.cs
    └── ...

    TrackMate.Test/
    ├── UnitTests/
    └── IntegrationTests/

Learning Acquired

  1. Enity Framework does not support Polymorphic relation

trackmate's People

Contributors

bivekkumarmali avatar

Watchers

 avatar  avatar

trackmate'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.