An open API service indexing awesome lists of open source software.

https://github.com/codedbystuart/blogger

Blog Application, built with Python Flask and bootstrap
https://github.com/codedbystuart/blogger

Last synced: about 1 month ago
JSON representation

Blog Application, built with Python Flask and bootstrap

Awesome Lists containing this project

README

          

# Nomad Bloggers
A blogging Application built with Flask and Bootstrap.
This application demonstrates the strong foundations of
Test driven development, Clean code and architecture.

## Prequisites
The Application uses the following tools.
* Python v3.9
* Boostrap
* Flask
* Jinja2 Templating
* SqlAlchemy (Database)

## Getting started
Install the packages that are located in the **requirements.txt** file,
by running the command: `pip3 install -r requirements.txt`
This will install the required Python packages. After that you need to run
`python3 app.py` to launch the application.

Open your browser and type the link `localhost:5000`. You should be
able to see your application running.