Go to bs-client folder
npm install
then
ng serve
Go to bs-server folder
npm install
then
node app.js
Open url http://localhost:4200
- First time when server will start it will populate 100 books data from JSON file
- First user who will signup will be Editor and from second will be Reader
- Editor will have option to add new book