Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

40 lines (19 loc) · 931 Bytes

Flask, Vue JS, Axios, API, Boilerplate

Description:

This boilerplate code uses Flask, Vue JS, Axios, and the Advice API. You can use Jinja2 with Vue JS to show data on your HTML pages. The Advice API gives new advice.

Use:

Vue JS users: Instead of using {{ data }} to display data use [[ data ]].

Imade of website

Programming Stack:

  • Languages Used: Python and Vue JS.

  • Python Packages Used: Flask.

  • JavaScript Libraries Used: Axios.

  • API's Used: Advice API.

How To Run Locally:

  • Install: Python 3.

  • Run: "pip install virtualenv".

  • Run: "virtualenv venv".

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

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

  • Run: "python3 manage.py".