Skip to content

Web API for todo list developed including login, register, add/upd todo and list todo

Notifications You must be signed in to change notification settings

necmettindemir/web-api-001-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Properties
---------------------------------------

1) Asp.NET core 2.1 API has been developed

2) Dapper (light ORM library) 1.60.6 has been used between database and API

3) Swagger has been used for documentation

4) DI has been performed. Working with MSSQL|MYSQL|ORACLE|etc is possible..     

5) AutoMapper has been used in many Model-2-DTO conversions

6) JWT has been developed for authentication

7) xUnit has been used for testing

8) ReactJS for web, React Native for mobile have been developed to use this API.