This app serves as a guided tutorial for building a web application and an intro to programming in general
- Clone the repository
git clone https://github.com/devights/wxr_tutorial.git
- Create a virtualenv
python3 -m venv wxr_tutorial
- Activate the env
cd wxr_tutorial source bin/activate
- Install Requirements
pip install -r requirements.txt
- Run tests
python -m unittest
Check the wiki tab for more