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
- Host: GitHub
- URL: https://github.com/codedbystuart/blogger
- Owner: codedbystuart
- Created: 2021-02-02T09:03:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T12:35:09.000Z (over 5 years ago)
- Last Synced: 2025-12-28T00:35:37.426Z (6 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.