Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 663 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 663 Bytes

rentea-api

rentea API server

Main Feature

  1. []

System Requirement

  1. Docker environment (recommended) - Docker 18+ and docker-compose 1.18.0+, or
  2. Host environment - Python 3.7.

Setup

Using Docker Env

Build development image and update python package

docker-compose build rentea_api

Using virtualenv

  1. Initialize a virtualenv

    virtualenv -p <python3.7 bin path> .venv
    . .venv/bin/activate
  2. Install required package

    pip install -r requirements.txt

Testing

Help Wanted!

Todo