Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolaj-szubert/zarzadzanieprojektami
Simple ASP NET Core MVC application for managing projects and tasks inside of projects
https://github.com/mikolaj-szubert/zarzadzanieprojektami
project-management
Last synced: 15 days ago
JSON representation
Simple ASP NET Core MVC application for managing projects and tasks inside of projects
- Host: GitHub
- URL: https://github.com/mikolaj-szubert/zarzadzanieprojektami
- Owner: mikolaj-szubert
- License: unlicense
- Created: 2024-01-21T21:45:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T19:41:18.000Z (11 months ago)
- Last Synced: 2024-11-18T13:28:36.451Z (3 months ago)
- Topics: project-management
- Language: C#
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Project Manager
[![.NET](https://github.com/mikolaj-szubert/ZarzadzanieProjektami/actions/workflows/dotnet.yml/badge.svg)](https://github.com/mikolaj-szubert/ZarzadzanieProjektami/actions/workflows/dotnet.yml) [![CodeQL](https://github.com/mikolaj-szubert/ZarzadzanieProjektami/actions/workflows/github-code-scanning/codeql/badge.svg?branch=master)](https://github.com/mikolaj-szubert/ZarzadzanieProjektami/actions/workflows/github-code-scanning/codeql)
## Roles
| Role | Capabilities |
| ---|---|
| Unlogged user | Viewing projects |
| Logged in user | Viewing projects, viewing and managing tasks, chatting |
| Moderator | Viewing projects, viewing and managing tasks, chatting, project management |
| Admin | Viewing projects, viewing and managing tasks, chatting, project management, user role management |## Requirements:
- [Visual Studio 2022](https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&passive=false&cid=2030)
- .NET 8.0 (installed by default along with Visual Studio 2022)## Steps to run locally:
1. Download repository from [here](https://github.com/mikolaj-szubert/ZarzadzanieProjektami/releases/latest).
2. Open it with Visual Studio 2022 by double clicking "ZarzadzanieProjektami.sln".
3. Run by clicking "https" at the top bar.## In case of error with migrations:
1. Go to Tools -> NuGet package manager -> Package manager console.
2. Type:
```sh
Add-Migration "Name of migration"
Update-Database
```
## Contributing
If you have suggestions for how Project Manager could be improved, or want to report a bug, open an issue!
All and any contributions are appreciated.
Please remember that there is a [Code of Conduct](/CODE_OF_CONDUCT.md) that must be adhered to.
## License
[The Unlicense](/LICENSE.txt) © 2024 [mikolaj-szubert](../../..)