Mint-REST
Mint-REST copied to clipboard
A restful api using MongoDB , Node JS and Express
Now all the routes are in a same file. https://github.com/chanakaDe/Mint-REST/blob/master/app/routes/api.js All in api.js file. User and Story controllers must be in a different files. Have to fix that. :+1:
We need to implement a forget password function in user controller. This needed to be done after implementing issue #5 . We can send password to user by a mail...
When we call a url with route params (/remove_story/id) There's a deprecated method calling. Clone and run the app to check that. Need to fix that too.
In every request,we can access user and its details. So all the link details user accessed and user id with date and time must be saved in a file. Or...