Skip to content

shunfan/bookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bookie is a website that uses 3-tier architecture and helps Rose-Hulman students get the book that they need at great prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published