Writing Samples | Projects | Publications | About

A simple Flask based application designed to index novels, including page count, author name, genre, and of course, the title.

This screen shows the interface for adding a new novel to the DB.

Now let’s take a look under the hood and see what the ‘POST’ method is doing. As you can see, each of the four input fields is saved as its own variable, including the final variable ‘book’ which captures all four data points and prepares them for the db.add statement.

Click the link below to see the full repo.
novel_app