Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 870 Bytes

The most up-to-date version of Desarquivo is, for the moment, living in msramalho/desarquivo

Desarquivo API

Docker

Run docker-compose docker-compose up -d (-d for detached).

Warning (Windows users): mongodb cannot create Windows volumes by default, so do one of the following:

Locally

  • Install requirements (perhaps with virtual environment pyhton -m venv env + source env/bin/activate (Linux) | ./env/Scripts/activate (Windows)) pip install -r requirements.txt