Skip to content

BBMRI-cz/nis-export-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMCI export services

Is a an API + a database of BBM Exports from MMCI NIS

Running the services

  1. Go to the bridgehead server /home/export/export-services
  2. Run the API service
docker-compose -f compose.prod.yml up -d
  1. Create DB tables
docker-compose exec web python manage.py create_db
  1. Seed the Static DB data
docker-compose exec web python manage.py seed_db
  1. Seed the MMCI NIS export data
docker-compose exec web python manage.py fill_db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published