Python & Flask Based Application Shell
- Integrate best practices in application architectures
- Lightweight "master" seed for deploying fast
- Introduce progressive technologies and practices
- Focus on performance and optimization
Coming Soon
#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
Coming Soon
Coming Soon
Coming Soon