Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 362 Bytes

Acronym Finder Backend

Requires Python 3.6+ and PostgreSQL 9.6+

cd backend
docker run -e POSTGRES_USER=acronym \
           -e POSTGRES_PASSWORD=acronym \
           -e POSTGRES_DB=acronymdb \
           -p 5432:5432 \
           -v "$PWD/data/init.sql":/docker-entrypoint-initdb.d/init.sql:ro \
           -d postgres:11.2
pip install .
acr_finder