Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 421 Bytes

Chrome extension backend

The repo is a docker base backend included API-server and database for fake info chrome extension.

Getting Started

Prerequisites

  • docker 20.10.0
  • python 3.9.1
    • pipenv 2020.11.15

Running Production

  • Create environment file
cp sample.env .env
  • build docker container
docker-compose up -d --build