Getting Started
In this hands-on tutorial, we're going to build a clone of the popular Q&A site "CuriousCat". Learn more about which technologies - apart from Python and the serverless database "Fauna" - we'll be using and what you need to get started.
Building the Platform User Interface
We're building the user interface of our CuriousCat clone using HTML, CSS, and Bootstrap. To make things easy, we will use Flask-Bootstrap to integrate Bootstrap into our Flask application.
Get our popular Cheat Sheet Package for free!
Download six of our most popular cheat sheets for free! Git, Command Line 101, Website Optimization, Xcode and more...
Setting Up Our Fauna Database
We are finally setting up and creating the serverless database for our CuriousCat clone. Learn how to use the "Fauna" database, including Collections, Indexes, and the API.
Integrating Fauna Into Our Flask Application
Finally, we are going to integrate our CuriousCat clone with our new Fauna database.