Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

findfeatures/accounts-service

Repository files navigation

Accounts Service

The accounts service looks after:

  • Users
  • Projects
  • Billing
  • Authentication

Installation

(To install a pyenv virtualenv)

pyenv virtualenv -p python3.6 3.6.8 accounts-service

Install the requirements into your virtualenv

pip install -e ".[dev]"

Run Unit Test

Make test

To run the service

Make run

Releases

No releases published

Packages

No packages published