GitHub - multicatch/ProjectManager: A simple project management in .NET Core

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 25, 2024. It is now read-only.

ProjectManager

A simple project management in .NET Core. Inspired by other project management tools like JIRA, Redmine, etc.

Really simple, mainly an excercise for me to practice C# (ASP.NET Core) and React. Also uses Autofac for DI and Entity Framework Core for database integration. Currently it only supports SQLite as it was intended to be a small project.

It was mainly developed with JetBrains Rider and I think it would be most comfortable to view it with.

The React front-end is in the ClientApp directory.