From fffcb5aa45813fac2929f09d301ef85ec89c8d7d Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 17 Oct 2021 19:24:03 -0300 Subject: [PATCH] =?UTF-8?q?Arrumar=20formata=C3=A7=C3=A3o=20do=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 346d12d..be4638b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Rodando As dependências (Python) do projeto estão listadas em `requirements.txt`. + Crie o banco de dados: ```python3 create_db.py``` + Depois, no diretório `api`: ```flask run``` -Por padrão o servidor tem sua interface em `http://localhost:5000` + +Por padrão o servidor tem sua interface em `http://localhost:5000`. # Desenvolvimento - Comecei a desenvolver o projeto em Rust, mas sofri muito com a linguagem, perdendo uma tarde inteira lutando com o *borrow checker* e o framework Rocket. Concluí que preciso aprender melhor as mecânicas de *ownership* do Rust, e decidi fazer em Python (framework Flask) ao invés.