Skip to content

GiveLaw/Exercise-mexican_ethnicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise Mexican ethnicity

About:

  • I used:
    • Python3
    • Flask
    • SQLite3
    • HTML
    • CSS

Steps:

  • Clone or download the repository
  • Execute/Run the app.py file:
    # with Python:
    python app.py
    # with flask
    export FLASK_APP=app.py
    flask run
  • Then go to this address in the browser: http://127.0.0.1:5000 or http://localhost:5000/

In case you do not have the necessary programs installed to run the App.py file, you can follow these steps:

  • Download and install Python from the official website: Python
  • Install Flask (open the terminal and execute):
      pip install -U Flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published