Skip to content

A simple website where one can write an article, edit and delete it. One can add multiple tags to an article. Searching articles on basis of tags provided.

Notifications You must be signed in to change notification settings

anuragsingh228/tag-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A simple website where one can write an article, edit and delete it. One can add multiple tags to an article. Searching articles on basis of tags provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published