- Node.js
- Express.js
- MongoDB
- Mongoose
- Celebrate/Joi
- Jsonwebtoken
/signupPOST request for creating a user./signinPOST request for receiving a Json-Web-Token./users/meGET request for receiving the current user using Json-Web-Token./articlesGET request for getting all the current user saved articles./articlesPOST request for saving a new article to the current user./articles/:idDELETE request for deleting an article by id.