A simple online bookstore for purchasing and managing shopping lists of books.
This application is built using MongoDB, React, and Node.js in its architecture. Some of the implemented features include:
- Sign-in and Sign-up: User authentication functionality.
- Bookshelf: View books on the shelf, with a distinct design for out-of-stock books.
- Purchase History: Access your purchase history.
- Shopping Cart: Cart for finalizing purchases and updating the database.
-
Clone this repository.
-
Update submodules by running the following command:
git submodule update --init --recursive
-
Follow the steps of each submodule.