In this first part we will see how to setup a minimalist Bottle framework environment and create a skeleton for the login and register pages .
Read More
In part 2 of this tutorial we will cover first some basic MongoDB functions using both mongo prompt and using python library pymongo and finally we will update the register and login page to use the database .
Read More
In part 2 we've prepared MongoDB database and updated the login and register pages, in this Part of the tutorial we will work on the dashboard page where we can
manipulate the notes.
Read More
In this last part of this tutorial, we will be finalizing the application by implementing an authorization layer using tokens generated with JWT .
Read More