Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Repository files navigation

FlaskIntroduction

This repository has been archived and is no longer being updated.

How To Run

  1. Install virtualenv:
$ pip install virtualenv
  1. Open a terminal in the project root directory and run:
$ virtualenv env
  1. Then run the command:
$ .\env\Scripts\activate
  1. Then install the dependencies:
$ (env) pip install -r requirements.txt
  1. Finally start the web server:
$ (env) python app.py

This server will start on port 5000 by default. You can change this in app.py by changing the following line to this:

if__name__=="__main__":
app.run(debug=True, port=<desiredport>)

About

Repo for my tutorial on freeCodeCamp.org

Resources

Stars

491 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages