Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

gabrielcoelhodacunha-old/dio-building-a-task-management-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Building a Task Management System

About

Simple .NET 6 and C# web api to manage tasks.

Entity Framework was used to connect to a SQL Server database on a Docker container.

Features

  • Create
  • Read all
  • Read by id
  • Read by title
  • Read by date
  • Read by status
  • Update by id
  • Delete by id

Why

A challenge of the Pottencial .NET Developer bootcamp offered by Pottencial and Digital Innovation One.

About

Simple .NET 6 and C# web api to manage tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.3%
  • Shell 4.7%