:: a productivity app that provides remediating music, task logging, and new skills to learn for users
This project requires the following tools:
- Python - The programming language used by Flask.
- Virtualenv - A tool for creating isolated Python environments.
To get started, install Python on your local computer if you don't have it already.
Directions for reproducing the Get-Me-Going web application:
- Clone circleSquare into a new folder by running the command:
git clone https://github.com/thomasfan100/circleSquare.git. - Use the terminal to navigate to where the repository was cloned.
- Create a virtual environment for the project (in Windows) by running the command
virtualenv venv. - Activate the virtual environment (in Windows) by running the command
.\venv\Scripts\activate. - Download dependencies (in Windows) by running the command
pip install -r requirements.txt. - Run the program (in Windows) by running the command
flask runorpython app.py. - Watch the world go 'round.