Skip to content

lefnire/jobpig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c54c4a2 · Mar 8, 2017
Mar 8, 2017
Oct 16, 2015
Aug 9, 2016
May 8, 2016
Oct 10, 2015
Mar 26, 2016
Jul 19, 2015
Aug 24, 2015
Mar 28, 2016
May 11, 2016
Mar 26, 2016
Mar 8, 2017
May 8, 2016

Repository files navigation

A Pandora-like job finder.

##Technologies

  • React, React-Router, Webpack, Material UI
  • Node v4.x / Express
  • Postgres / Sequelize

##Setup

$ npm install -g nodemon
$ cp config.example.json config.json #then edit with your vals, particularly "development" per your Postgres db 
$ npm install
$ npm run server # in one terminal tab
$ npm run client # in another terminal tab, then go to localhost:3001