Questions tagged [deployd]

Deployd is a tool that makes building APIs simple by providing important ready-made functionality out of the box that meet the demands of complex applications.

115 questions
1
vote
2 answers

Failed to start MongoDB with dpd-d

I am trying to start a Deployd application. After I type dpd-d, I get a following error message: starting deployd v0.6.11... Failed to start MongoDB After I type 'DEBUG=* dpd' to debug the problem, I get the following mesaage: mongod starting…
Optinovation
  • 69
  • 1
  • 6
1
vote
2 answers

Error: failed to connect to [127.0.0.1:27017] at null

I'm teaching myself how to use MongoDB and Node.Js, specifically I'm trying to setup Deployd (the open source api-building framework) which is built on top of mongo & node, and host it on Heroku. I'm following this…
vesperae
  • 1,291
  • 2
  • 19
  • 28
1
vote
0 answers

How to deny un-logged in user in deployd with jquery

I am playing with deployd and am having trouble figuring out how to take the session info from one page to another. In the login demo on the deployd site they have some code to redirect a logged in user to a new page and welcome them. However if I…
Anders Kitson
  • 1,413
  • 6
  • 38
  • 98
1
vote
0 answers

Does Deployd include a static file cache

Does deployd already cache static files in the "public" folder in memory? If not, is it possible to add something like filecache (https://npmjs.org/package/filecache)?
hubbardr
  • 3,153
  • 1
  • 21
  • 27
1
vote
1 answer

MongoDB and Deployd

Looking to try out Deployd with MongoDB and an AngularJS front end. On my Mac I can get Node and Mongo to launch, but it requires launching mongod with the --config flag. I created a .conf file and launch it with the flag, each time directing it to…
1
vote
1 answer

console based JSON API configuration over relational database

I've been looking for a tool/utility that provides a console-like option for building JSON data APIs on top of a relational database. I've come across deployd (http://deployd.com/) and emergent one (http://www.emergentone.com/), and am wondering if…
0
votes
0 answers

Im getting an error starting a new deployd server

Im using deployd to build my angularjs app. And I do the following: > dpd create sportsstore > cd sportsstore > dpd –p 5500 app.dpd but when then i get this error: Failed to start MongoDB (Make sure 'mongod' are in your $PATH or use dpd --mongod…
miguel__frtt
  • 73
  • 1
  • 9
0
votes
0 answers

Deployd dpd failed to start MongoDB $PATH problem despite having $PATH set; --mongod option also does nothing

so I have this problem where whenever I try to run any variation of dpd command such as "dpd -d" "dpd -d --mongod "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" or "dpd -p 5500 app.dpd" I constantly get the error: (I am using Windows…
Hanna
  • 1
  • 2
0
votes
0 answers

Using $pull with Deployd method

I have a Deployd API which exposes a json structure like this: [ {id: "1" username: "john", password: " ..... ", email: "example@gmail.com", coins: 60, badges: [ ], courses:[ { id: "123456", title: "Animals", …
FedeLanza
  • 173
  • 1
  • 3
  • 15
0
votes
1 answer

Is the develope group still working on deployd?

Is the develope group still working on deployd? The project keep silence about 1 year on github.
lei li
  • 1,244
  • 1
  • 12
  • 35
0
votes
0 answers

How to authenticate JIRA with deployd, angularjs and jira-connector?

I am very new to JIRA and deployd. I am having a problem with getting authentication from JIRA through deployd and angularjs. I am using this npm service for JIRA connector https://github.com/floralvikings/jira-connector in my angularjs code here…
Subhajit Das
  • 399
  • 7
  • 19
0
votes
0 answers

deployd login related error when deployed in Heroku

I am getting this error when I deploy deployd app in heroku. In local envinronment it works just okay. It is happening from deployd source code and I cannot figure out why. I assume that it might be something with user object but when I see it from…
jhlosin
  • 555
  • 1
  • 6
  • 17
0
votes
1 answer

Prevent access​ user collection in deployd js

Im using deployd js (http://deployd.com) as my backend api. I have created user collection and deployd automatically create REST API for me. I can access my user collection by http://localhost:8080/users URL. It returns all users as a JSON array.…
Nuwan.Niroshana
  • 407
  • 4
  • 15
0
votes
1 answer

Turning off Deployd dashboard authentication

I have a Deployd application that uses the standard built-in authentication to access the "DEPLOYD DASHBOARD", the one where you enter the key that is revealed by dpd showkey. The whole website is now secured with a username/password requirement to…
kris
  • 11,868
  • 9
  • 88
  • 110
0
votes
1 answer

Deployd - separate servers. Different ports

My scenario is following: I have server running on one port lets say 58920 - this is my frontEndServer Then i have deployd running on other port 2403. Then i copy the dpd.js file (localhost:2403/dpd.js) to my frontEndServer file system so i can use…
Remiwaw
  • 163
  • 2
  • 13