eliaslebed / angular-bookshelf

internal project for kaaiot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Bookshelf

Gettings started

πŸš€ Guideline Client:

  1. Clone repository itself via git clone [repository link] in your preferable terminal or download with .zip format
  2. Install dependencies rather with yarn or npm install (npm i)
  3. From npm scripts run yarn start or npm start to serve application
  4. That's all what you need

πŸš€ Guideline Server:

  1. In cloned repository open root folder, then in terminal run cd mockserver
  2. There is a fake REST API with json server run it with json-server db.json --routes routes.json --no-cors pipeline
  3. That's all what you need

πŸš€ Project requirements:

requirements itself

  • βœ…: View with list of available books
  • βœ…: View with list of authors
  • βœ…: Author view
  • βœ…: Book view
  • βœ…: Genre view
  • βœ…: Content search

About

internal project for kaaiot


Languages

Language:TypeScript 76.9%Language:HTML 10.6%Language:JavaScript 7.3%Language:CSS 5.2%