v2.0.0-alpha.1
·
251 commits
to develop
since this release
First release of the v2 of the course 🎉
We've written a few sections of our upcoming course! These sections are available for free in the course e-book (still a work in progress, but these are the finished sections):
- #43 Using Docusaurus instead of Vuepress
- Your First REST API. A guide to getting started with Flask to make a REST API. Added via #44 and #45.
- An Introduction to Docker for Flask. This section guides you quickly through what Docker is and how to use it. Added via #46.
- Flask-Smorest for More Efficient Development. Here we talk about a Flask extension for creating REST APIs, similar (but a bit better) to Flask-RESTful (which we use in the current version of the REST APIs with Flask and Python course). Added via #47 and #48.