Um simples CRUD To-Do List, para entender o basico de Postgres e Django.
Este projeto foi desenvolvido utilizando as seguintes tecnologias:
- HTML
- CSS
- JavaScript
- Python
- Django
- Postgres
- Podman
Clone o projeto:
git clone https://github.com/ArthurRabel/ToDo-List.git
cd ToDo-List
Criar e rodar o pod do projeto:
bash scripts/run.sh
Parar o projeto:
bash scripts/remove.sh
Remover o projeto:
bash scripts/remove.sh
ToDo-List
├── DjangoProject
│ └── mysite
│ ├── Dockerfile
│ ├── manage.py
│ ├── mysite #Projeto inicial do Django
│ │ ├── asgi.py
│ │ ├── __init__.py
│ │ ├── settings.py #Configurações
│ │ ├── urls.py
│ │ └── wsgi.py
│ └── polls #To-do List
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ └── ...
│ ├── models.py
│ ├── static
│ │ └── style.css
│ ├── templates
│ │ └── polls
│ │ ├── index.html
│ │ └── taskEdit.html
│ ├── tests.py
│ ├── urls.py
│ └── views.py
├── pod.yaml #Arquivo Pod que o podman se baseia
├── PostgreProject
│ └── Dockerfile
├── README.md
└── scripts #Arquivos sh para deixar o uso facilitado
├── remove.sh
├── run.sh
├── stop.sh
└── sucessoEcho.sh
Este projeto está licenciado sob a licença MIT - veja o arquivo LICENSE para mais detalhes.
Nome: Arthur Rabelo
Email: [email protected]
LinkedIn: Arthur Rabelo