Skip to content

Demo application based on example from angular.dart.tutorial Chapter 6. Basic CRUD operations added

License

Notifications You must be signed in to change notification settings

vadimtsushko/angular_objectory_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular_objectory_demo

Sample full stack application with

  • Angular.dart as primary framework
  • MongoDb as backend DB
  • Objectory as object/document mapper
  • Rikulo Stream Web server to serve static content and as a container for Objectory WebSocket handler.

Application based on example from angular.dart.tutorial Chapter 6 with Edit/Add/Remove operations added.

First steps:

  • If you have MongoDB installed locally with default settings, skip that. Otherwise edit connection strings in bin/populate_db.dart and bin/stream_server.dart
  • Run bin/populate_db.dart
  • Run bin/stream_server.dart
  • Now you may use DartEditor launcher on web/index.ttml or just open Dartium on http://127.0.0.1:8080/

Demo works with Angular 0.10.0

About

Demo application based on example from angular.dart.tutorial Chapter 6. Basic CRUD operations added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published