/blog_src_code

This repository contains the source code of a blog application, built in with Python, Flask and Pymongo.

Primary LanguagePython

Blog Source Code

This repository contains the source code of a blog application, built in with Python, Flask and MongoDB with Pymongo, using a MVC architecture.


Use a .env file to load sensitive information, in this application we used two environment variables to control the data traffic, one is called ADMIN_USR the other is MONGODB_URI, which were define in the .env file.


Read the .env.example file, there will be an example of how to build your own .env file.