ara/README.md
Guillaume Vincent a889a71bcd
💥 first commit
Change-Id: I42df36220dce581a929c604a13bba0ccb3d580e6
2018-03-29 12:36:14 -04:00

263 B

ara django

requirements

python3

install

create virtual env

./scripts/createvenv.sh

start

run test server

./scripts/runserver.sh

then visit http://127.0.0.1:8000/api/v1/

tests

./scripts/test.sh