kinyodan / reconciler_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconciler-api application ( FastApi application)

A Fast API application in Python .

Preconditions:

  • Python 3

git clone or download as zip and extract from zip file find folder named credrails

Install dependencies

CD into the credrails_api directory and run

pip install -r requirements.txt;

Run server

uvicorn main:app --reload

## Run test

requires Pytest (inluded in requirements.txt);

cd into application credrails folder and run;

pytest 

this will run the test_main.py file

About


Languages

Language:Python 100.0%