April 2018
Beginner
340 pages
7h 54m
English
To integrate the Conversation class with our flask server, we need to create some endpoints that will call its methods. Since the Conversation class needs a database passed in, we will also have to deduce which database we are writing to in our endpoints.
The following naming conventions will be used for our databases:
When we name our database as such, we will only have one database per two people conversing. Arranging the names alphabetically when determining the database to use ensures that it doesn't matter which user opens ...
Read now
Unlock full access