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

Latest commit

 

History

History
9 lines (6 loc) · 586 Bytes

File metadata and controls

9 lines (6 loc) · 586 Bytes

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.