/restaurants-items

A content management system application, with API Endpoints, Full CRUD functionality.

Primary LanguagePython

Udacity Full-Stack Nanodegree

Project 3 : Item Catalog

Overview

This project is a restauarant menu item api, with json endpoints and google auth.

How to Run

This project I decided to use virtualenv rather then vagrant and virtualbox.

python -m venv venv
source venv/scripts/activate (Windows)
source venv/bin/activate (Unix)
pip install -r requirements.txt

Within the terminal run

$ python project.py

Then navigate to localhost:8080 on your favorite browser.