Need to have Redis running on localhost with default port (6379)
- Create and activate virtual env. (tested with 3.8.5)
pip install -r "requirements.txt"
uvicorn main:app
Endpoints:
/add_job
/find_jobs
/edit_job
instructions on endpoints available at http://127.0.0.1:8000/docs
notes on redis:
CONFIG GET dir
to know where the dump file is. (Persistence)CONFIG SET appendfsync always
to keep all data safe