Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.

---