Giter VIP home page Giter VIP logo

udacity-submission-for-flask-project's Introduction

Restaurants and Menus

The first step is to setup the .env file to hold all of the environment variables that are needed to connect to the APIs. To do so, run cp .env.example .env, which will copy the example file to the .env file. This file is not committed to the Git repo.

The version of Python is 3.6.1, which is shown in the .python-version file.

After signing up for an app on facebook and google, fill in the values in their appropriate places in the .env file. These will automatically cascade to the rest of the app.

The database used by default is restaurantmenuwithusers.db. To change to another database engine, look in the database_setup.py file and change the engine to whatever is appropriate for your use case.

To start using the program, run:

pip install -r requirements.txt

This will install all of the dependencies.

To re-run the base seeds, run python lotsofmenus.py.

To start up the app, run either:

export FLASK_APP=project.py
flask run

Or

python project.py

All dependencies are kept in the .env file. To create the .env file, run

cp .env.example .env

Then fill in the environment values with their required settings.

udacity-submission-for-flask-project's People

Contributors

noman2000 avatar

Watchers

 avatar  avatar

Forkers

teraisa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.