A web application built with Flask (Python library) with authentication and authorization features.
The following instructions will get you a copy of the project and will set you up to run on your local machine.
You will need to have Python
Python 2.7.12
The following Python libraries
Flask
SQLAlchemy
And a browser of your choice.
Clone the repository and move to the project folder:
$ git clone https://github.com/Joeu/UdacityItemCatalog
Go to the project root directory and run:
$ sudo pip install flask
$ sudo pip install sqlalchemy
After the package installation, you need to run the following commands in sequence to create and populate the database
Go to the project root directory and run:
$ python database_setup.py
$ python gamerecords.py
Still in the project root directory and run:
$ python catalog.py
With a browser of your choice, access:
http://localhost:5000
- The catalog is ready to be used.