Skip to content

al11588/FlaskHerokuAPIBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask, Heroku, API, Boilerplate

Description:

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.

Imade of website

Programming Stack:

  • Languages Used: Python and JavaScript.

  • Python Packages Used: Flask, Flask-API, Flask-Cors, requests.

  • JavaScript Libraries Used: jQuery.

How To Run Locally:

  • Install: Python.

  • Run: "pip install virtualenv".

  • Run: "virtualenv venv".

  • Run: "source venv/bin/activate".

  • Run: "pip install -r requirements.txt".

  • Run: "python manage.py".