Welcome to Address Book, a simple web application written in Flask/Python by Brian Plantico. This is my first time using Flask (and Python in a capacity that wasn't 'FizzBuzz').
- Fork this repository, then clone it to your local machine.
- Open the repository in your text editor of choice.
- From your terminal/command line interface (CLI), run
source venv/bin/activateto activate a Flask/Python environment to run the application in. - From your terminal/cli, run:
flask db init,flask db migrate,flask db upgradein order to create your database and table(s). - You can now run
flask runfrom your command line and navigate to the application on your localhost:5000 in your browser of choice. - Have fun!
The current schema for the database is shown below.
