rodrigo-marcolino / globomantics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

globomantics

Creating and Processing Web Forms with Flask Course from Pluralsight

Create Virtual Environment

In a terminal run the following commands from the root folder of the forked project.

Windows

python -m venv .\venv

macOS & Linux

python -m venv ./venv

Once that completes, also run this command from the same folder.

Windows

venv\Scripts\activate.bat

macOS & Linux

source venv/bin/activate

Now that you are working in the virtualenv, install the project dependencies with the following command.

pip install -r requirements.txt

Start the App

flask run

About

License:MIT License


Languages

Language:Python 58.1%Language:HTML 35.9%Language:JavaScript 5.1%Language:CSS 0.9%