Xtremed / flask-demo

A simple Flask demo, that interacts with an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Flask-Demo

This is a demo using Python Flask, used only for learning purposes.

What's Inside

  • Flask
  • Gulp
  • Sass
  • Bower

Prerequisites

Getting Started

This is a fairly simple project to get up and running. The procedure for starting up is as follows:

  1. Clone the project.
  2. pip install -r requirements.txt
  3. npm install
  4. bower install
  5. run gulp: gulp
  6. python app/app.py
  7. Go to your browser, an examine the project at http://localhost:5000

Compiling the stylesheets

First install required components with

npm install

Then to compile the stylesheets

gulp sass

For watch

gulp

NOTES

The project uses the following REST API: https://jsonplaceholder.typicode.com

About

A simple Flask demo, that interacts with an API


Languages

Language:HTML 28.9%Language:CSS 28.9%Language:Python 22.1%Language:JavaScript 19.8%Language:Shell 0.3%