Git Product home page Git Product logo

shapemena2014's Introduction

ShapeMENA2014

The backend does not work anymore. The project ended long time back and the service is off. The code over here is for reference.

Mobile Application Backend for ShapeMENA2014

API Docs

Find all the information below.

Server Docs

Server IP: 178.62.95.180:3000.

You don't need any documentation to connect to the server.

The server is hosted on Digital Ocean and we are running MongoDB.

Requests

Get Contacts

Make a request to 178.62.95.180:3000/contacts.

This is what you will receive:

{contacts:[{
	_id: id for the contact,
	firstName: String,
	lastName: String,
	hub: String,
	occupation: String,
	link: String,
	email: String,
	bio: String,
	title: String,
	}, ...]
}

Get Speakers

Make a request to 178.62.95.180:3000/speakers.

You will receive all the contacts that will be speakers.

This is what you will receive:

{speakers:[{
	_id: id for the contact,
	firstName: String,
	lastName: String,
	hub: String,
	occupation: String,
	link: String,
	email: String,
	bio: String,
	title: String,
	}, ...]
}

Get Images

Make a request to 178.62.95.180:3000/id.

Request the above link with the contacts id.

The way to load the images will be putting the above link in the src attribute in the <img> tag.

shapemena2014's People

Contributors

mahmoudalismail avatar

Watchers

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