Aprender Git y otras cosas de progra
This project includes a simple login page built with Flask.
-
Install dependencies:
pip install -r requirements.txt -
Run the application:
python app.py -
Open your browser and go to
http://127.0.0.1:5000/
The login page will be displayed. Enter any username and password to see a demo login success message.