Final project at neuefische web dev bootcamp 4/2021 - 7/2021
Bookshelves lets you digitize your personal library. Create virtual versions of your bookshelves and add your books to them. Rate your books, mark them as read or lent or save notes for future reference. Your bookshelves – available anytime.
Try it here: https://bookshelves-nf.herokuapp.com/ (optimized for iPhone 6/7/8)
After cloning this repository, simply run npm install
in the main directory – this will also install all dependencies of the client
and the Express server
.
Start the app in development mode by entering npm run dev
.
Make sure your MongoDB is up and running