Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohps10/crud-django
"C.R.U.D" de jogos construído com Django/Python
https://github.com/gustavohps10/crud-django
django materializecss python sqlite
Last synced: 23 days ago
JSON representation
"C.R.U.D" de jogos construído com Django/Python
- Host: GitHub
- URL: https://github.com/gustavohps10/crud-django
- Owner: Gustavohps10
- Created: 2022-01-29T09:23:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T11:10:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T19:25:25.527Z (about 1 month ago)
- Topics: django, materializecss, python, sqlite
- Language: Python
- Homepage:
- Size: 8.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUD de JOGOS
![GitHub top language](https://img.shields.io/github/languages/top/gustavohps10/crud-django?color=green)
![GitHub language count](https://img.shields.io/github/languages/count/gustavohps10/crud-django)> Status: **Finalizado** ✔️
![Print do CRUD com django](https://user-images.githubusercontent.com/61752235/151655747-2a9cde40-ba66-4736-af03-60643eac0fe8.PNG)
# :page_with_curl: Descrição
Um "CRUD" simples construído com o framework Django# :game_die: Funcionalidades
- [x] Cadastrar Jogos
- [x] Editar Jogos
- [x] Deletar Jogos
- [x] Listar Jogos
- [x] Ver detalhes dos jogos
- [x] Listar Categorias
- [x] Cadastrar Categorias
- [x] Editar Categorias
- [x] Deletar Categorias# :pushpin: Dependências
- [Python](https://www.python.org/downloads/)
- Django ``` python -m pip install Django ```
- Pillow ``` pip install pillow```
- MaterializeCSS Form ``` pip install django-materializecss-form```# :gear: Como executar a aplicação
## No seu localhost:
Abra o seu terminal, entre na pasta do projeto e execute:
```
python manage.py migrate
python manage.py runserver
```
> Abra no seu navegador http://127.0.0.1:8000/# :hammer_and_wrench: Tecnologias
Ferramentas utilizadas neste projeto:
- Python / Django
- SQLite
- HTML5
- CSS3
- JavaScript
- Materialize# :adult: Autor
Made with 💜 Gustavo Henrique