Search code examples
angularjsorientdb

How to connect AngularJS with OrientDB


I want to create a simple login form by using AngularJS and OrientDB. IS IT POSSIBLE? I'm new to both technologies.


Solution

  • Yes it's possible.

    You can use the HTTP API : http://orientdb.com/docs/last/OrientDB-REST.html

    Hope it helps.