Built a full stack application that allows users to share books amongst each other.
- Open a command line shell such as the Terminal app
- Fork & clone this repository
Fork this repository on GitHub (help) and then clone your fork locally (help) - Install and run mongoDB
- In the Terminal run npm start
- View in browser at localhost:3000
- I can view all books posted by every user.
- I can add a new book.
- I can update my settings to store my full name, city, and state.
- I can propose a trade and wait for the other user to accept the trade.