Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 445 Bytes

File metadata and controls

36 lines (22 loc) · 445 Bytes

LayerHorizon-server

mio256

Overview

REST API server for LayerHorizon

Requirement

  • python3

Usage

# set `ALCHEMY_KEY=*******`
vim .env

python3 -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver

Features

Reference

Author

mio256

Licence

MIT License