Pocket is a strange idea that I currently have, I have no idea if it will work.
Pocket is taking some of the nicer parts of django such as the ORM and attemping to make them useful inside a Flask microservice architecture.
Boredom
- Clone this puppy!
- Create a virtual environment (eg. 'python -m venv' or 'virtualenv' and run
python setup.py develop
- Run
python pocket/app.py