An open API service indexing awesome lists of open source software.

https://github.com/alexcamargos/kanbantaskmanager

Develop an application built around FastApi for backend and Angular for frontend. I built a task manager application that allows the user to Create, Read, Update and Delete a task.
https://github.com/alexcamargos/kanbantaskmanager

angular api fastapi kanban material-design python3 typescript

Last synced: 2 months ago
JSON representation

Develop an application built around FastApi for backend and Angular for frontend. I built a task manager application that allows the user to Create, Read, Update and Delete a task.

Awesome Lists containing this project

README

          

# Kanban Task Manager

Develop an application built around FastApi for backend and Angular for frontend.

I built a task manager application that allows the user to *C*reate, *R*ead, *U*pdate and *D*elete a task.

## Features

- Create Task: Allows the user to add a task.
- View Tasks: Allows the user view tasks stored in the database.
- Completed Tasks: Allows the user view completed tasks in the database.
- Today's Tasks: Allows the user to view tasks for the current date if any are in the database.

## Specifications

- [Specification](Specification.md)
- [Endpoints](API_Endpoints.md)

## Instructions

Duplicate the directory and start the project.

## Autor

Feito com :heart: por [Alexsander Lopes Camargos](https://github.com/alexcamargos) :wave: Entre em contato!

[![GitHub](https://img.shields.io/badge/-AlexCamargos-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=github&logoColor=white&link=https://github.com/alexcamargos)](https://github.com/alexcamargos)
[![Twitter Badge](https://img.shields.io/badge/-@alcamargos-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/alcamargos)](https://twitter.com/alcamargos)
[![Linkedin Badge](https://img.shields.io/badge/-alexcamargos-1ca0f1?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/alexcamargos/)](https://www.linkedin.com/in/alexcamargos/)
[![Gmail Badge](https://img.shields.io/badge/-alcamargos@vivaldi.net-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=Gmail&logoColor=white&link=mailto:alcamargos@vivaldi.net)](mailto:alcamargos@vivaldi.net)

## Copyright

Copyright 2022 by Alexsander Lopes Camargos.

## License

[MIT License](LICENSE)