Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 595 Bytes

Bookie

Bookie

Bookie is a formatted website that gets students the books they need at great prices.

Install Bookie

git clone https://github.com/Shunfan/bookie.git
cd bookie
npm install
cd public
bower install

Moreover, you need to modify knexfile.js and config.js with your own SQL database information and own sendGridAPIKey.

Populate example data

cd bookie
sudo npm install -g knex
knex migrate:latest
knex seed:run

Run Boookie

cd bookie
node server.js