Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 665 Bytes

File metadata and controls

50 lines (30 loc) · 665 Bytes

App-Shell

Python & Flask Based Application Shell

Goal

  • Integrate best practices in application architectures
  • Lightweight "master" seed for deploying fast
  • Introduce progressive technologies and practices
  • Focus on performance and optimization

File Structure

Coming Soon

Installation

#Install Virtual Environment:
virtualenv venv

#Enter Virtual Environment
source venv/bin/activate

#Install Dependencies:
pip install -r requirements.txt

#Start Server
python server.py

To cleanup *.pyc files:

sh cleanup.bash

API Reference

Coming Soon

Tests

Coming Soon

Contributors

Coming Soon

License

MIT