https://github.com/multicatch/projectmanager
A simple project management in .NET Core
https://github.com/multicatch/projectmanager
Last synced: 8 months ago
JSON representation
A simple project management in .NET Core
- Host: GitHub
- URL: https://github.com/multicatch/projectmanager
- Owner: multicatch
- Created: 2020-07-06T10:08:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T03:05:34.000Z (about 5 years ago)
- Last Synced: 2023-03-11T04:55:42.266Z (over 3 years ago)
- Language: JavaScript
- Size: 442 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.jetbrains.com/rider/) and I think it would be most comfortable to view it with.
The React front-end is in the [ClientApp](ProjectManager/ClientApp/) directory.