Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 321 Bytes

README.rst

File metadata and controls

21 lines (10 loc) · 321 Bytes

Jobs board in Flask

To install:

Requires postgresql, python, and virtualenv

Clone this repo:

git clone git@github.com:NYCPython/jobs-board.git

In a fresh virtualenv install the requirements

pip install -r requirements.txt

Create the database:

createdb jobsboard

python manage.py db upgrade