/easy-calc

Web platform for publishing custom calculators.

Primary LanguagePython

easy-calc

Web platform for publishing custom calculators.

ONLY FOR LINUX, must have pipenv installed

To install project: In terminal:

git clone https://github.com/probablyskela/easy-calc.git
cd easy-calc
pipenv install
pipenv shell

Change your database string in env.py. Default is:

postgresql://admin:admin@localhost/pp
gunicorn -w 2 -b 0.0.0.0:5000 app:app

In web-browser:
go to http://127.0.0.1:8000/api/v1/hello-world-4