https://github.com/rycus86/demo-site
Demo website built with Python Flask, REST services and Docker
https://github.com/rycus86/demo-site
Last synced: about 1 year ago
JSON representation
Demo website built with Python Flask, REST services and Docker
- Host: GitHub
- URL: https://github.com/rycus86/demo-site
- Owner: rycus86
- License: mit
- Created: 2017-06-21T22:12:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T01:38:38.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:15:38.502Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://demo.viktoradam.net
- Size: 6.96 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo website
A website to showcase an example of creating a set of applications
built, tested and deployed completely with open-source and free tools.
Most of the backend services are `Python` [Flask](http://flask.pocoo.org) applications
while the frontend uses the [Material Design Lite](https://getmdl.io/index.html) library
with [jQuery](https://jquery.com).
All backend services are built into [Docker](https://www.docker.com) images
on [Travis CI](https://travis-ci.org)
then pulled to a [Pine64](https://www.pine64.org/?page_id=1194) server
where they are running behind an [nginx](https://nginx.org/en) proxy server.
The whole process including the deployments is automated,
the only manual step being the `git push` command.
To see it in action and find out how it works [go to the demo site](https://demo.viktoradam.net).