This is the teamwork project backend intended to demonstrate my knowledge of creating api with node.
MySql Express Angular Node
--Note only the admin can register an employee
Below is a list of all the api post --/v1/auth/signin --signs in a user get --/v1/users --get all users post --/v1/auth/users -- create a user post --/v1/articles --edit an article post --/v1/articles/:articleId --delete an article patch --/v1/articles/:articleId --update a article delete --/v1/articles/:articleId/comment --delete an article /v1/articles/:articleId /v1/gifs/:gifId/comment /v1/gifs/:gifId /v1/feed /v1/feed/:userId /v1/flagged /v1/flagged/:articleId