Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 471 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 471 Bytes

The Learner

Getting Started

virtualenv blog
cd blog/
source bin/activate
pip3 install -r requirements.txt

Running The Code

python3 app.py

Project Layout

.
├── requirements.txt
├── README.md
├── scripts
│   ├── bootstrap.sh    -- Set-up PostgreSQL logic and `.env`
│   └── vagrant.sh      -- Script to setup Vagrant
└── Vagrantfile