Skip to content

kaaneroglu/RestaurantCatalog

Repository files navigation

Restaurant Catalog

Best restaurants in Calgary by cuisines. This application uses Flask to demonstrate CRUD functionality on a sqlite database. Used trello for project management; https://trello.com/b/gxybDdor

Database design

db_setup.py sets up a new database with some initial data. If you want to start with a fresh database, delete "yycrestaurants.db" and run this db_setup code first. Alternatively, you can use the database that's included here as is. vagrant --version

Getting Started

Instructions to run a copy of this on your machine.

Prerequisites

Virtualbox and vagrant with sqlalchemy and python libraries. Please see instructions at https://github.com/udacity/fullstack-nanodegree-vm#installation to get your environment setup.

Installing

Once you have the Vagrant up and running, copy this project (or clone with git) into /vagrant/catalog/ and run the application by typing python3 catalog.py

JSON Endpoints

For example;

References / Authors

  • Kaan Eroglu - Initial work - kaan.ca
  • Udacity FSND Instructions - Installation instructions

License

This project is licensed under the MIT License

Acknowledgments

  • Udacity mentors

Releases

No releases published

Packages

No packages published