- Node.js
- Mongodb
Make sure you have Node.js and the Mongodb installed. You can initialize the database with single command load("initdb.js") in mongodb shell.
git clone https://github.com/Mengsuper/Online-Bookstore.git
cd Online-Bookstore
npm install
npm startYour app should now be running on localhost:5000.