Skip to content

kellyjoe256/node-todolist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todolist Application

My very first Node application. A todolist restful CRUD API application built using Node.js, Express and MongoDB.

Demo

You can find it here.

Steps to Setup

  1. Install dependencies
npm install
  1. Run Server
node index.js

You can browse the apis at http://localhost:3000/api/tasks

All credit to this blog post for giving me the knowledge and inspiration to create something of my own.

About

A simple Todolist app built using Node.js, Express and Mongoose

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors