Tarefando is a web application developed with a focus on simple task management, based on task types.
- Registration of associated tasks
- Task search based on filters
- Task editing and cancellation
- Task completion
- LiteDB
- FluentResults
- OpenApi
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