Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rajats98/TodoAPI
Browse files Browse the repository at this point in the history
corrections
  • Loading branch information
rajats98 committed Jan 16, 2020
2 parents 6278982 + 0d752b4 commit 316214b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Complete RESTful Todos API

## Overview
Todo-list app to manage todos, created using Node,Express,MongoDb.

**Functionalities**

1).Add a todo

2).Mark a todo done

3).Delete a todo

## Built with Node, Express, and Mongo
(node,npm and MongoDb should be installed to run this)

Install dependecies using
```
npm install
```
Create/Start Mongo server
and then Start Node server using
```
node index.js
```

2 changes: 1 addition & 1 deletion helpers/todos.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ exports.deleteTodo = function(req,res){
})
}

module.exports = exports;
module.exports = exports;

0 comments on commit 316214b

Please sign in to comment.