Skip to content

Conversation

@KMaina
Copy link
Owner

@KMaina KMaina commented Oct 5, 2018

What does this PR do?

A user should be able to place an order for food

Description of Task to be completed?

GET/ api/v2/orders/

How should this be manually tested?

  • Clone the repo locally
  • cd into the Fast-Food-Fast-API folder
  • set the following environment variables
FLASK_APP=run.py

FLASK_ENV=development

DB_MAIN=fast_food_app

DB_TEST=fast_food_app_test

DB_HOST=127.0.0.1

DB_PORT=5432

DB_USER= <any super user in your PostgreSQL>

DB_PASSWORD=<the accompanying password>

SECRET_KEY= <anything>

Any background context you want to provide?

None

What are the relevant pivotal tracker stories?

#160807196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants