suhassrivats / catalog

A Catalog Application using Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant App

Udacity - item catalog app using Flask.

Description

This is a data-driven Restaurant Web Application where we can perform all CRUD operations.

Requirements

Vagrant VirtualBox Python ~2.7 Set Up

Install all project dependencies pip install -r requirements.txt

For an initial set up please follow these 2 steps:

Download or clone the fullstack-nanodegree-vm repository.

Find the catalog folder and replace it with the content of this current repository, by either downloading it or cloning it - Github Link.

Usage

Launch the Vagrant VM from inside the vagrant folder with:

vagrant up

vagrant ssh

Then move inside the catalog folder:

cd /vagrant/catalog

Then lift the application:

python project.py

After the last command you are able to browse the application at this URL:

http://localhost:5000/restaurants

About

A Catalog Application using Flask


Languages

Language:Python 64.3%Language:HTML 34.2%Language:CSS 1.5%