Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.54 KB

index.md

File metadata and controls

67 lines (50 loc) · 1.54 KB

Welcome to restangulask

The project

An attempt to mix Flask on both Frontend and Backend, but with some extra help on client side from Angularjs.

Start-up your project

Requested only the first time, after cloning from github:

# From the root directory of the project
./do YOUR_BLUEPRINT init

Subsequently, when you already have a running project and you need to update the code, images and libraries:

./do YOUR_BLUEPRINT update

Note: all the specific configurations and files that could/should be edited can be found inside the vanilla/ directory.

## Customize and run

Now the project is ready, and you can:

To test you simply need to run:

# Run Forest, run!
./do YOUR_BLUEPRINT restart

The command will bring up a Flask CMS mixed with Angularjs code, and a REST API Flask service with user login.

Scaffold

WARNING: THIS HAS YET TO BE UPDATED

├── jscode
│   └── base
│       └── script.js
├── jslibs
│   └── bower.json -> ../../angulask/jsdev/bower.json
├── pages
│   └── example.py
├── specs
│   └── init.json
└── templates
    ├── account
    │   ├── login.template.html
    │   └── register.template.html
    ├── customcss
    │   └── style.css
    └── framework
        ├── footer.html
        └── header.html