elston / feedbacker

Pure python wsgi and javascript jquery single page app (Thunder inc. test task)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeedBacker

Thunder inc. test task, details under the link

Technology

  • docker
  • sqlite
  • python
  • javascript

Features

  • Only over HTTP
  • Only ExtJs-JSON-RPC compliant
  • Single page appliaction
  • Python 2 supported (tested Python 2.7.13)

Getting Started with Docker and Docker Compose for Local Development

Install Docker

https://docs.docker.com/installation/

Install Docker Compose

http://docs.docker.com/compose/install/

Install the app's

In the project ./book/dev/ (where the Makefile file is located), run:

make build_all && make bootstrap_all && make up

Open browser in

http://localhost

Some screenshots...

001 002 003 005 006 007 009 010 011 012

About

Pure python wsgi and javascript jquery single page app (Thunder inc. test task)

License:MIT License


Languages

Language:JavaScript 44.9%Language:Python 29.2%Language:HTML 11.2%Language:CSS 10.7%Language:Makefile 2.9%Language:Nginx 0.6%Language:Shell 0.5%