todo-api icon indicating copy to clipboard operation
todo-api copied to clipboard

A simple todo API made with NodeJS, ExpressJS and MongoDB. Can be used as a back-end for learning front-end technologies without making a standalone API for that purpose.

Results 2 todo-api issues
Sort by recently updated
recently updated
newest added

I cloned the repo and ran npm install. `[nodemon] starting `node ./bin/www` /webapp/todo-api/controllers/todos.controller.js:6 exports.getTodos = async function(req, res, next){ ^^^^^^^^ SyntaxError: Unexpected token function at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25)...

Hi The description and date fields are missing in Creating (checked using postman). ![screen shot 2017-12-16 at 15 11 19](https://user-images.githubusercontent.com/515180/34071767-8924d42a-e273-11e7-9db0-0e38c258c19e.png) Deleting crashes: > Not Found 404 Error: Not Found at...