Basic task management system. Features :
- Create organisation with default admin user from register
- Edit organisation details
- Add new users to organisation.
- New users can login with given credentials
- View user's profile
- View organisation's ticket board
- Create/Edit/New organisation's tickets
- Assign ticket to organisation member
- Notify member about assignment with email
- ASP.NET Core 5.0 (with .NET Core 5.0)
- ASP.NET Identity Core
- Entity Framework Core
- .NET Core Native DI
- FluentValidator
- PostgreSQL
- MimeKit
- MailKit
- Newtonsoft.Json
- Unit Of Work
- Repository & Generic Repository
- ORM
- MVC
- Inversion of Control / Dependency injection
- N-tier architecture
- Visual Studio 2019+
- .NET Core 5
- EF Core
- Docker
- Docker-compose
- Clone repository and open
kanban
folder - Docker desktop should be active in Windows OS
- Run docker :
docker-compose -f _development/docker-compose.yml up --build -d
- Application will be started on :
http://localhost:5000/
- I added additional container (
portrainer
) to manage other containers, so you can check it :http://localhost:9000/
cd _development/postgresql-backups
- Run command :
cat dump_data_only.sql | docker exec -i postgre-db psql -U kanban-user kanban-db
- Default admin user credentials :
- Email =
qaribovmahmud@gmail.com
- Password =
maho123321
- Default member user credentials :
- Email =
john@garibov.com
- Password =
maho123321
- If you want to add your smtp email credentials you can do this by changing env file in
_development/envs/web.env
- Please don't forget to enable less secure app access from your email host
- By default by test email account will be used