Skip to content

Google App Engine version of the Atuin Web Framework

Notifications You must be signed in to change notification settings

atuinframework/gae-atuin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:atuinframework/gae-atuin.git

cd gae-atuin

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

docker-compose up

Links