mduk / libraryapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library API

This project uses Pipenv to manage it's environment and dependencies.

Install Dependencies

$ make deps

Run Development Server

$ make dev

Run Test Suite

This test suite requires a running instance of the application. The application is expected to be available at http://localhost:5042/ (the default dev server)

$ make test

About


Languages

Language:Python 98.6%Language:Makefile 1.4%