Skip to content

fullstack101/example-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a0f5d · Feb 19, 2017

History

15 Commits
Feb 18, 2017
Feb 19, 2017
Oct 1, 2016
Feb 18, 2017
Oct 2, 2016
Feb 5, 2017
Oct 1, 2016
Feb 18, 2017
Oct 2, 2016
Feb 17, 2017
Feb 5, 2017
Oct 1, 2016
Feb 18, 2017
Feb 17, 2017
Feb 19, 2017

Repository files navigation

#A Simple To-Do Service

build status

This is a simple to-do service with a NodeJS backend.

There is no database integration (yet). Items are stored in-memory.

The frontend does not use any frameworks (yet), but follows a uni-directional data flow.

This example is part of the teaching materials for the http://fullstack101.xyz course.

The application is built using travis-ci.

##Getting Started

###Running with docker

docker-compose up

###Running locally

#install project dependencies
npm install

#check for errors
npm run lint

#build the frontend bundle
npm run build

#run tests
npm run test

#run the server
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published