An open API service indexing awesome lists of open source software.

https://github.com/adityajaroli/pyjob-firebase

A web server to handle long running jobs in background and updating the status in firebase db once job is completed.
https://github.com/adityajaroli/pyjob-firebase

python-background-job python-firebase python-flask python-web-server

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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