Project Setup
To clone this repo use the command:
git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git
Prerequisites
- Ensure
pip
is installed (see: https://packaging.python.org/guides/installing-using-pip-and-virtualenv/ ) - Install Flask using the
pip
command. Note, to install flask in your own$HOME
usepip install --user Flask
pip install Flask
Starting the virtual machine for Flask
- Change to the
formWork
directory - then start virtual machine:
source venv/bin/activate