Questions tagged [backand]

Backand is a backend-as-a-service for AngularJS that provides social login, push notifications, and Ionic integration.

Backand is a Backend-as-a-Service provider focused on AngularJS Applications built on top of relational databases. Backand provides all of the features necessary for a fully functional, secure, and scalable web app, including user and role-based security, automated RESTful-based APIs, custom action triggers, portable Amazon RDS database instances, social media integration, and extensive support for server-side JavaScript code..

Details:

Backand is a Backend-as-a-Service for AngularJS applications. Starting from either an existing database or a schema specification, Backand quickly generates a RESTful API that can be hit from any application using JSON web requests. Backand also provides a library for AngularJS, allowing you to quickly tie Backand's RESTful API to your application's data services, giving you instant database backing. In addition to object management, Backand provides you with a number of features crucial to web-based applications. These includes:

  • User and Role-based Security
  • Dedicated Hosting
  • Custom server-side actions
  • Transaction-level database-triggered actions
  • Integration with Ionic for cross-platform apps
  • Server-side JavaScript execution, allowing for safe and secure third-party integration
  • A portable database, allowing you to quickly change providers
  • Real-time database communication, and web sockets
  • Scalability, both in terms of performance and data management.

To get started, sign up at Backand.com and register your application! The application dashboard contains extensive documentation on every feature available to your app. Backand also maintains an active GitHub page at https://www.github.com/backand, where you can find several tutorials and examples of how to leverage Backand as a tool to accelerate your app's development.

Links:

143 questions
0
votes
1 answer

Automatic deletion of fields in my DB

I'm using Backand as my BaaS and I’m looking for a quick way to delete entries I no longer need. In the data model I created, I have an object called “Auctions”, in this object I want to add an action that delete the entries that surpassed the end…
0
votes
2 answers

HTTP 406 error server response: when sending filtering params in request

I have app in Backand that I'm building and I'm trying to use filter parameters. When calling my API using $http I get 406 error in the http request. This would be the API call, passing the filter object: function getUserAttractions(userId) { …
Violet
  • 45
  • 5
-1
votes
1 answer

Backand queries, tables etc. not in sync, but actual data is

I'm having a weird issue with Backand. I created an app, a couple of tables, inserted data, and created a query using their web frontend. Integrated Backand in my Ionic2 app, worked great. A few hours later I added a couple of queries, and got the…
-1
votes
2 answers

Make server run function once per day

I have an object on my database containing rows with different dates + emails. I need the server to automatically check once every day or week if any of the listed dates are the current date, and if so send an email to that person. (Image of the…
qua1ity
  • 565
  • 2
  • 8
  • 27
-1
votes
1 answer

How to setup Backand real time communication is a Ionic2 app?

I can't find any example on how to do this. Thanks, Guillaume
-1
votes
1 answer

"Backand is not defined" after angular js quickstart

I get this error when I'm trying to use simple CRUD action ReferenceError: Backand is not defined I did everything step by step like they requested but something is wrong and I can figure out what... thanks!
Ilan Arba
  • 29
  • 5
-3
votes
1 answer

Best practice Backand regarding JSON transformation and related objects

I am currently trying to figure out how to setup my Backand app and its REST API. This question is related to question: Backand deep querying. However, I was hoping that I could get some best practice code examples on how to perform server side code…
trustkool
  • 90
  • 11
-4
votes
1 answer

Does Backand help me convert my angularjs to ionic?

Im just a student, so please forgive me my poor english, and low knowledge ! Does the Backand help to convert to ionic ?
1 2 3
9
10