jardev / calc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Overview

A simple Django based app that provides an API written using Django Ninja to evaluate mathematical expressions. Provides the following URLs:

  • /api/docs - API documentation + sandbox
  • /api/calc - the API endpoint

Usage examples:

You can play with the API via http://127.0.0.1:8000/api/docs

Installation

  1. Install Python
  2. Install poetry
  3. $ poetry install

Run locally

  • $ poetry run python manage.py runserver

About

License:MIT License


Languages

Language:Python 100.0%