Skip to content

adityajaroli/PyJob-Firebase

Repository files navigation

# Author: Aditya Jaroli

# License: Free to modify/reuse/improve

# Description:
  A web server to handle long running jobs in background and updating the status in firebase db once job is completed

# To install all the dependencies
pip install -r requirements.txt

# To install Pyrebase you should have pip version 9.0.3 or lesser. It doesn't work on latest version on pip
 1. Check pip version by typing below command.
    pip --version
 2. If it is greater than 9.0.3 then do the below commands
    pip install --upgrade pip setuptools
    pip install --upgrade pip==9.0.3

# To run the server. Make sure you are using python3
python Application.py

About

A web server to handle long running jobs in background and updating the status in firebase db once job is completed.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors