Skip to content

jacobsauerhoefer/python-app-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Based Backend for Modern Web Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published