Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1007 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 1007 Bytes

Tag Search

Key Features

  • The application should be built on MEAN stack
  • Articles can have multiple tags and search should work for all of them
  • Tags should be fetched dynamically from the database when searching for them.
  • Tags should be fetched dynamically from the database when searching for them.

End Points

  • Get all the articles (with filters on tags ) Default- [Retrieve all articles ]
  • Update a particular article
  • Delte a particular article
  • Retrieve a particular article
  • Add a new Article
  • Get all tags

Angular Services created

  • Get all articles (with filters on tags )
  • Update a particular article
  • Delete a particular article
  • Retrieve a particular article
  • Add a new article
  • Get all tags

Angular Components

  • Header
  • Post-List
  • Post-Create

Instructions

  1. Clone the repo
  2. run npm install in root folder
  3. run node app.js
  4. cd to client folder
  5. run npm install in client folder
  6. run ng serve
  7. Open http://localhost:4200/