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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:16:58.000Z (about 3 years ago)
- Last Synced: 2026-01-01T06:48:14.607Z (6 months ago)
- Topics: bootstrap4, flask, material-bootstrap, mongodb, python, webapplication
- Language: JavaScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 1
- 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