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
- Pycharm
- Sublime text 4
- Bootstrap Sutdio
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
Searchbox which gets the matching blog title on Key up ,without reloading the page and without pressing enter key 😄
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.