INSTALL INSTRUCTIONS:
make sure you are in the folder with the package-lock file and then run
npm install
LAUNCH INSTRUCTIONS:
open a terminal and run:
node server.js
TESTING INSTRUCTIONS URL:
http://localhost:3000
sample admin:
user: frank ;
password: secret2
sample accounts:
username: g ;
password: g,
username: hunter ;
password: hunter,
username: lucas ;
password: lucas
Current Plans:
- Update views to look better
- Clean up the code
- Switch from SQLite to MongoDB
Features to add: - Ability to create multiple lists
- More search options
- Ability to follow other users ?
Used Open Library API to for book search. More information here: https://openlibrary.org/developers/api