Project for Softuni Techfest 3-4 June 2017. Implements a simple math problem solver and provides a web API for easy usage. Currently solves all types of equations as well as a few types of inequalities. See usage examples below.
License: | MIT |
---|
To setup run the following command:
$ pip install -r requirements.txt
Info Page:
Solving a simple quadratic equation:
Solving a simple inequality:
To run the tests:
$ python manage.py test
The following details how to deploy this application.
See detailed cookiecutter-django Heroku documentation.