Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunodorea/nlw-expert-python
Projeto desenvolvido na NLW Expert em Python.
https://github.com/brunodorea/nlw-expert-python
flask nlw-expert python rocketseat
Last synced: about 5 hours ago
JSON representation
Projeto desenvolvido na NLW Expert em Python.
- Host: GitHub
- URL: https://github.com/brunodorea/nlw-expert-python
- Owner: BrunoDorea
- License: mit
- Created: 2024-02-06T04:00:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T14:29:05.000Z (9 months ago)
- Last Synced: 2024-02-08T16:55:21.519Z (9 months ago)
- Topics: flask, nlw-expert, python, rocketseat
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Barcode
[![wakatime](https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/018d7c24-0c34-4f6a-a918-7e7ea71778bf.svg)](https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/018d7c24-0c34-4f6a-a918-7e7ea71778bf)
## đź’Ľ Sobre o projeto
Este repositĂłrio foi criado para o NLW Expert | Python da Rocketseat.
## âś… Objetivo
Projeto desenvolvido na NLW Expert em Python.
### Comandos Básicos
- Instalação do Virtual Env -> `pip install virtualenv`
- Criando um novo ambiente virtual -> `py -m venv .venv`
- Ativar o ambiente virtual -> `.venv/Scripts/activate`
- Criar um arquivo com todos as libs -> `.venv/Scripts/pip3 freeze > requirements.txt`## đź’» Tecnologias e Ferramentas
![Python](https://img.shields.io/static/v1?style=for-the-badge&message=Python&color=3776AB&logo=Python&logoColor=FFFFFF&label=)
## 👨🏽‍💻 Autor
Bruno DĂłrea
![https://www.linkedin.com/in/brunohfdorea/](https://img.shields.io/static/v1?style=for-the-badge&message=LinkedIn&color=0A66C2&logo=LinkedIn&logoColor=FFFFFF&label=)
[![https://www.brunodorea.com.br](https://img.shields.io/static/v1?style=for-the-badge&message=brunodorea.com.br&color=262626&label=%3Cb/%3E&labelColor=dd9208)](https://www.brunodorea.com.br)## đź“ť License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---