I created a boilerplate code that uses Flask and has an API called on by JavaScript that is free for people to use who want to push it on Heroku.
-
Languages Used: Python and JavaScript.
-
Python Packages Used: Flask, Flask-API, Flask-Cors, requests.
-
JavaScript Libraries Used: jQuery.
-
Install: Python.
-
Run: "pip install virtualenv".
-
Run: "virtualenv venv".
-
Run: "source venv/bin/activate".
-
Run: "pip install -r requirements.txt".
-
Run: "python manage.py".