Skip to content

omerozkan1/ToDo

Repository files navigation

ToDo Application

Application that I developed with NET 5.

Screenshot_3

Getting Started

Make sure you have install and configured docker in your environment. After that, you can run the below commands from the / directory and get started with the ToDo immediately.

docker-compose up --build

For application you should run the following command line

http://localhost:5002/

Used Technologies

.Net 5
MVC
Docker
xUnit
Identity Server
MSSQL
Entity Framework Core
N-Tier Architecture
Fluent Validation
AutoMapper
Repository Pattern
Options Pattern
IoC
Bootstrap
Javascript

About The App

There are 2 roles, admin and member.
Admin can create urgency, duty and work order and assign work to staff.
Then the staff will be notified.
Personnel can write reports to the assigned jobs, and in this case, the admin will be notified.
Admin can read reports with incoming notification.
Staff can set the assigned job as completed.

Screenshot_1
Screenshot_2
Screenshot_4
Screenshot_6
Screenshot_8
Screenshot_10

SignUp & Login

signup

login

Test Scenario

Screenshot_12