Kibetchirchir / digi-tonglo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIGITONGLO

Codacy Badge Build Status Coverage Status MaintainabilityTest Coverage

Make payments Easy

Description

A fin-tech solution API to ease the hustle for sending funds and also create a secure and safe haven to pay funds both online and in local shops

Documentation

List of endpoints exposed by the service // todo

Setup

//todo

Dependencies

  1. python >3
  2. Virtual-env || pipenv
  3. postgress database

Getting Started

  1. clone the repository
  2. create a virtualenv using virtualenv -p python3 venv
  3. use pip install -r requirements.txt to install depedencies
  4. cd to digitonglo
  5. use cp .env.example to copy .env variables
  6. run migrations using python manage.py makemigrations
  7. migrate migrations using python manage.py migrate
  8. run the server using python manage.py runserver

Run The Service

Microservices

Testing

  • to run test use python manage.py test

Contribute

On discusion

Deployment

To implement

About


Languages

Language:Python 99.0%Language:Dockerfile 0.6%Language:Shell 0.4%