Skip to content

AngularJS TodoMVC example extended with Python backend API and support for multiple lists

License

Notifications You must be signed in to change notification settings

kveretennicov/multidomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS TodoMVC Example Reloaded

Based on AngularJS TodoMVC

It extends the original example with the following:

  • It allows managing multiple TODO lists instead of just one.
  • It adds admin forms (Django + Grappelli).
  • It adds API backend (Django REST Framework).
  • It versions data changes on the backend (Reversion).
  • It supports dockerized end-to-end tests of frontend + backend.

Testsuite

The app uses Karma to run the tests located in the test/ folder. To run the tests:

$ npm install
$ npm test

To run end-to-end tests involving both backend and frontend:

$ docker build --tag multidomvc .
$ docker run -it -p 8000:8000 multidomvc
$ test/e2e/run.sh test/e2e/protractor.conf.js

About

AngularJS TodoMVC example extended with Python backend API and support for multiple lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published