Skip to content

mabhilash/CatalogProject

Repository files navigation

CATALOG PROJECT

FullStack Catalog project-CRUD operations

Installing the Vagrant VM for ud330 - Authentication & Authorization

We're using the Vagrant software to configure and manage the VM. Here are the tools you'll need to install to get it running:

Git

If you don't already have Git installed, download Git from git-scm.com. Install the version for your operating system.

VirtualBox

VirtualBox is the software that actually runs the VM. You can download it from virtualbox.org, here. Install the platform package for your operating system. You do not need the extension pack or the SDK. You do not need to launch VirtualBox after installing it.

Vagrant

Vagrant is the software that configures the VM and lets you share files between your host computer and the VM's filesystem. You can download it from vagrantup.com. Install the version for your operating system.

Windows Note: The Installer may ask you to grant network permissions to Vagrant or make a firewall exception. Be sure to allow this.

Fetch the Source Code and VM Configuration

Windows: Use the Git Bash program (installed with Git) to get a Unix-style terminal.
Other systems: Use your favorite terminal program.

From the terminal, run to download the project to local:

git clone https://github.com/mabhilash/CatalogProject.git

Run the virtual machine!

Using the terminal, change directory to oauth (cd oauth), then type vagrant up to launch your virtual machine.

Running the Catalog project App

Once it is up and running, type vagrant ssh. This will log your terminal into the virtual machine, and you'll get a Linux shell prompt. When you want to log out, type exit at the shell prompt. To turn the virtual machine off (without deleting anything), type vagrant halt. If you do this, you'll need to run vagrant up again before you can log into it.

Now that you have Vagrant up and running type vagrant ssh to log into your VM. change to the /vagrant directory by typing cd /vagrant. This will take you to the shared folder between your virtual machine and host machine.

Type ls to ensure that you are inside the directory that contains project.py, catalogdb_setup.py, and two directories named 'templates' and 'static'

Now type python catalogdb_setup.py to initialize the database.

Type python lotsofmenus.py to populate the database with user, catalog and its items. (Optional)

Type python project.py to run the Flask web server. In your browser visit http://localhost:5000 to view the catalog app.
You should be able to view, add, edit, and delete catalog and its items when you are logged in using google or facebook accounts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published