Skip to content

NYCPython/jobs-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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