EmberJS Client. See https://github.com/ifellinaholeonce/bookstore-api for how to setup the server.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone https://github.com/ifellinaholeonce/bookstore-client
cd bookstore
npm install
ember server --proxy http://localhost:3000
- Visit your app at http://localhost:4200.
The client uses data from the backend API. Follow the readme on the server repo to set it up. Once the server is running and issues have been created on Github, the client will be able to access authors and books.
I have added a search feature to the client. It queries the search controller on the server which returns relevant Books and Authors.