Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 621 Bytes

File metadata and controls

34 lines (29 loc) · 621 Bytes

Tarefando

Tarefando is a web application developed with a focus on simple task management, based on task types.

Features

  • Registration of associated tasks
  • Task search based on filters
  • Task editing and cancellation
  • Task completion

Technologies Used

  • LiteDB
  • FluentResults
  • OpenApi

Installation and Setup

Clone the repository:

git clone git@github.com:drmcarvalho/Tarefando.git

Navigate to the project directory:

cd Tarefando

Install dependencies:

dotnet restore

Run the application:

dotnet run

Documentation is available at https://localhost:7222/openapi/v1.json