Skip to content

ramacarlucho/claims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claims

Requirements

  • Python 3.9+
  • redis

Prepare

  • Its possible to configure redis to connect to a different port
REDIS_HOST: Default 'redis'
REDIS_PORT: Default '6379'
  • The backend needs a redis instance running to store the claims data.
redis-server
  • Create virtual env and run the api
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python api.py

Load db

To load the db run the following command with redis-server running

file should be the csv containing the claims data.

source .venv/bin/activate
python loaddb.py [file]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages