https://github.com/bergpb/flask_login_test
Flask-Login test...
https://github.com/bergpb/flask_login_test
Last synced: 3 months ago
JSON representation
Flask-Login test...
- Host: GitHub
- URL: https://github.com/bergpb/flask_login_test
- Owner: bergpb
- Created: 2019-06-30T13:19:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:34:04.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:49:29.749Z (about 2 years ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flask Login
Tutorial de Flask Login postado pelo canal StatusOk.
Dependências: ```python3``` e ```pipenv```.
Executando o projeto:
1. Clone o projeto,
1. Entre no projeto e instale as dependências com o comando ```pipenv install```
1. Execute o projeto com o comando ```flask run```
1. Acesse a url: [localhost:5000](localhost:5000).