DavAug / calculator-rest-api

Implements a rest API for the computation of simple expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator-rest-api

Style tests (flake8) Unit tests (OS versions) Unit tests (python versions)

Welcome to the calculator rest API!

Getting started

  1. Clone the repository
git clone git@github.com:DavAug/calculator-rest-api.git && cd calculator-rest-api
  1. Install the dependencies
python3 -m pip install -r requirements.txt
  1. Start the flask server
python3 wsgi.py

The api is now hosted on http://127.0.0.1:5000.

About

Implements a rest API for the computation of simple expressions.


Languages

Language:Python 100.0%