Code Monkey home page Code Monkey logo

europa's Introduction

Europa

Europa is an admin app and API for our Artsy Monoliths (columns).

Meta

Dependencies

Components: Node, Express, Ezel, MongoDB

Set-Up

  • Install Mongo
brew install monogo
  • Fork Europa to your Github account in the Github UI.
  • Clone your repo locally (substitute your Github username).
git clone [email protected]:broskoski/europa.git
  • Install Node modules
npm install
  • Run Mongo
monogod
  • Start Europa
make s

API

Right now the only interesting endpoint is /api/entries (see sample output: https://europa-production.herokuapp.com/api/entries?size=1). These are all social media items approved by an Artsy admin. There are three attributes:

  • id - the internal mongo assigned id
  • external_id - the id assigned by the social media provider
  • provider - (string) the social media provider (e.g. instagram)
  • payload - (json) raw api output of the saved social media item

Administering a monolith

Monoliths can be managed remotely in a limited capacity via https://europa-production.herokuapp.com/monoliths. The login is available through 1Pass.

europa's People

Contributors

broskoski avatar

Watchers

 avatar James Cloos 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.