Skip to content
Snippets Groups Projects
Mitchell Moore's avatar
Mitchell Moore authored
Add rough Todo comments for RabbitMQ implementation
Update requirements
Add tutorial code with routing capability
Remove unnecessary imports
6a84c663

Project Setup

To clone this repo use the command:

$ git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git

Prerequisites

$ cd ~/your/repo/path/flask_user_reg
$ source venv/bin/activate
$ pip install -r requirements.txt
  • Note, to install flask in your own $HOME use pip install --user Flask.