- 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.
- 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
- 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
- Header
- Post-List
- Post-Create
- Clone the repo
- run npm install in root folder
- run node app.js
- cd to client folder
- run npm install in client folder
- run ng serve
- Open http://localhost:4200/