Skip to content

ritikdeswal/Blog-website--Flask--Firestore-database

Repository files navigation

Blog-website--Flask--Firestore-database

This web app was created in HTML ,CSS ,Javascript ,Python ,Flask
which stores images in Firebase storage
then puts the image URL in Firestore Database along with the blog contents.
This app was deployed on Digital Ocean cloud server using Nginx and gunicorn

scorpion-tech.co

Software used for development

  • Pycharm
  • Sublime text 4
  • Bootstrap Sutdio

Python modules

import os
import glob
from flask import Flask, render_template, request, redirect, url_for, session , g
import pyrebase
import firebase_admin
from firebase_admin import credentials
from firebase_admin import firestore

Preview

Theme toggle button

Dynamic calendar made in Javascript to highlight the dates on which a blog is posted

Searchbox which gets the matching blog title on Key up ,without reloading the page and without pressing enter key 😄

Finally the main blog page

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published