Code Monkey home page Code Monkey logo

minerva-servant's Introduction

minerva's servant

api for minerva's akasha

running

requires ruby.

to run the server, just run rake start. dependencies will be installed if necessary.

to run in development mode, with more logging and hot reloading, run rake dev.

usage

requires mongodb / ruby / minerva's akasha

// todo...I guess I'll explain here how to set up your own minerva's akasha instance or something...when minerva's akasha reaches alpha LOL

user objects (for the /user/ endpoints) must be in the same format as they are created in minerva's akasha, except for one difference: the id key must be renamed user_id. this is because the database being used is mongodb, which allows you to access their internally generated document id using either the _id or id field, meaning you have to use something different, like user_id, to avoid confilct.

user data objects must be treated similarly, but only the top level id key that corresponds to the user must be changed.

minerva-servant's People

Contributors

jpegzilla avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.