This is a client application for JSON API quick start server applications Limoncello Collins and Limoncello Shot (5.1 branches).
It supports
- CRUD operations for Authors, Comments, Posts, Sites and Users.
- Cross-origin requests (CORS) to API server.
- Server login (Basic Auth) and API authentication (JWT Bearer).
You will need the following things properly installed on your computer.
- Install and run Limoncello Collins or Limoncello Shot.
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember s- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)
I would like to especially thank Christopher for his invaluable help and advice.
MIT
