https://github.com/kenmwaura1/web-blog
This is simple blog-web app created using Flask,Bootstrap and MongoDB
https://github.com/kenmwaura1/web-blog
bootstrap4 flask material-bootstrap mongodb python webapplication
Last synced: 6 months ago
JSON representation
This is simple blog-web app created using Flask,Bootstrap and MongoDB
- Host: GitHub
- URL: https://github.com/kenmwaura1/web-blog
- Owner: KenMwaura1
- Created: 2019-11-08T23:04:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:16:58.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:39:20.145Z (8 months ago)
- Topics: bootstrap4, flask, material-bootstrap, mongodb, python, webapplication
- Language: JavaScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
**Zoo Web Blog**
This is a simple blogging web app created using Flask(server),Bootstrap(Frontend) and MongoDB as the database.
This application is still in active development and alot still needs to be done.### **Quickstart**
git clone
cd into web-blog
create virtualenv `(python3 -m venv web-blog)` OR any name you prefer
activate virtualenv by `cd web-blog` OR {{venv name}} then `source bin/activate`
`python -m pip install -r requirements.txt`
Ensure have a mongodb server running locally on your system or via Docker on port 27017
Incase your configuration is different edit the `Database.py` to modify variables related to the database
Run the app by either setting the Flask env variables i.e `EXPORT FLASK_APP=app.py`
OR
`python app.py`
Go to localhost:5000 to see the app running.
Basic api calls available via localhost:5000/posts and localhost:5000/blogs