issues
search
pastorsj
/
blog-api
A simple api for storing users and blogs
https://pastorsj.github.io/blog-api/
MIT License
3
stars
2
forks
source link
Allow for tags
#15
Closed
pastorsj
closed
7 years ago
pastorsj
commented
7 years ago
Implementation Thoughts
[x] Controller for tags
[x] Routes for getting tags, posting tags, deleting tags
[x] Autocomplete feature for getting tags
[x] Redis for storing tags
pastorsj
commented
7 years ago
Decided not to add a route to delete tags for now
Implementation Thoughts