We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598088d commit d6681b4Copy full SHA for d6681b4
python-flask/README.md
@@ -1,10 +1,13 @@
1
Aplicação feita no framework Python Flask com base na documentação do meu [TCC](https://github.com/souovan/TCC)
2
3
-# Para executar a aplicação
+# Para executar a aplicação Flask
4
5
-Navege até essa pasta e execute:
+Com o banco de dados já em execução:
6
7
```sh
8
+git clone https://github.com/souovan/TCC-python.git
9
+cd tcc-python/python-flask/src/
10
+
11
python3 -m venv venv
12
source venv/bin/activate
13
0 commit comments