By Vinicius Conceição.
The application that provides a list of items within a variety of categories as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete their own items.
- Python 2.X
- Vagrant
- Virtual Box
- Google SignIn ID
- Install Vagrant and VirtualBox
- Clone the fullstack-nanodegree-vm
- Launch the Vagrant VM (vagrant up)
-
Download the project zip file to your computer OR
-
Clone this repository to your computer
-
Copy or Move the file/folder of the project to the VM directory FSND-Virtual-Machine/vagrant.
-
Add your own Google ClientID and Secret Key to the following file inside the project folder:
- client_secret.json
-
Back to the virtual machine terminal that you opened before to launch the Vagrant VM.
-
Navigate to the project directory and type in the following command: python catalog_app.py
-
Access and test the application by visiting http://localhost:5000 locally