Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.56 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.56 KB

GAE Atuin Web Framework - A Flask web application skeleton

This is the Google AppEngine version of Atuin Web Framework, a Scalebox's Flask web application skeleton. This porting is designed to be deployed on Google App Engine and to use the Google Datastore.

Features

  • The good famous Flask web framework

  • i18n with Babel

  • Google Auth support and decorators

  • The atuin-tools development environment for

    • SASS preprocessing
    • CSS concatenation and minification
    • JS concatenation, minification and obfuscation
    • Images optimization
    • Translations management (extraction, compilation)
    • Pre-deploy preparation task
    • Deploy procedure

Requirements

  • docker
  • docker-compose

Quick start

git clone [email protected]:atuinframework/gae-atuin.git

cd gae-atuin

# install dependencies
docker-compose run --rm tools gulp update

docker-compose up

Links