Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#160819984 Customer with authorization can place new food orders #47

Merged
merged 2 commits into from
Oct 2, 2018

Conversation

akhilome
Copy link
Owner

@akhilome akhilome commented Oct 2, 2018

What does this PR do?

implements route to handle the creation of new food orders by customers

Description of Task to be completed?

  • modify tests for POST /api/v1/orders
  • reimplement POST /api/v1/orders

How should this be manually tested?

git clone https://github.com/akhilome/fast-food-fast.git && cd fast-food-fast

install dependencies and setup db

rename .env.example to .env and configure appropriately, then run

npm i && npm run setup-testdb && npm run seed-db

test away

npm test

What are the relevant pivotal tracker stories?

#160819984

@akhilome akhilome merged commit 6ceb6f4 into develop Oct 2, 2018
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.8%) to 90.99% when pulling f787207 on ft-auth-new-order-160819984 into 322b557 on develop.

@akhilome akhilome deleted the ft-auth-new-order-160819984 branch October 8, 2018 21:35
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.

None yet

2 participants