To develop an 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.
- Install Vagrant and VirtualBox
- Download or Clone fullstack-nanodegree-vm repository.
- Find the catalog folder and replace it with the content of this current repository, by either downloading or cloning it from Here.
- Launch the Vagrant VM using command:
$ vagrant up
- Run your application within the VM
$ python /vagrant/catalog/main.py
- Access and test your application by visiting http://localhost:5000.