"Book-Store" is a single page application written on MEAN stack for SoftUni JS Web Course. The application consists of users, books, shopping cart and orders.
- Anonymous users can view landing page only.
- Registered users is able to access book details and order books.
- Admin can CRUD books.
- Cart CRUD
- npm
- node
- mongoDB
git clone https://github.com/delian1986/Book-Store.gitcd client
npm installcd server
npm installInstall dependencies in both server and client folders
cd server
nodemon startStart backend server
cd client
ng s --oStart frontend
