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

Record Flask-Smorest section and improve code slightly #57

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

jslvtr
Copy link
Contributor

@jslvtr jslvtr commented Jul 11, 2022

  • Slightly improvements to the project code that is covered in this section
  • Split lecture 2 (improvements to first REST API) into 3:
    • Improvements to first REST API, covering adding some error handling
    • New endpoints for the API, covering adding updating and deleting items, and deleting stores
    • Reload the API running in a container, covering how to use Docker volumes so we don't have to rebuild the Docker image each time we make code changes in development
  • Use /item and /store instead of /items and /stores, to match what more specific endpoints use (e.g. /item/<id>).

@vercel
Copy link

vercel bot commented Jul 11, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rest-apis-flask-python ✅ Ready (Inspect) Visit Preview Jul 11, 2022 at 9:20AM (UTC)

@jslvtr jslvtr merged commit 027a0d2 into develop Jul 11, 2022
@jslvtr jslvtr deleted the jose/improve-smorest-section branch July 11, 2022 09:24
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.

1 participant