Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Latest commit

 

History

History
81 lines (55 loc) · 3.17 KB

README.md

File metadata and controls

81 lines (55 loc) · 3.17 KB

TEDxDEV API

GitHub issues Build Status Join the chat at https://gitter.im/TEDxAmsterdam/Backend GNU General Public License

The goal is to Provide the API backend for the new TEDxAmsterdam website - created by volunteers from all over the world.

Installation

Clone the repository and run npm install:

git clone https://github.com/TEDxAmsterdam/Backend.git && cd Backend && npm install

npm install -g generator-loopback

Run the project

slc run

API Editor

To use the IBM Connect API Editor you can do the following:

npm install -g apiconnect

To run the editor: (from the project folder)

apic edit

About TEDx Open Source

Sharing ideas about technology, enterainment and design; those are the three pillars that started TED off in the ‘80s. We want to continue to build upon the philosophy; to share and spread knowledge, inspire and create new ideas (and things) to achieve greatness.

By looking into the open source community to leverage the power of great developers who in return want to show and share their development skills; to their peers and other thinkerers by contributing under the TEDx flag; We want to make this an awesome and powerful statement to show that an aligned decentralised effort can bring about great new things.

Developers all over the world can apply to participate!

Check out the Community Website and apply to join!

About the Loopback Node.js Framework

LoopBack is a highly-extensible, open-source Node.js framework that enables you to:

Create dynamic end-to-end REST APIs with little or no coding. Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs. Incorporate model relationships and access controls for complex APIs. Use built-in push, geolocation, and file services for mobile apps. Easily create client apps using Android, iOS, and JavaScript SDKs. Run your application on-premises or in the cloud. LoopBack consists of:

A library of Node.js modules. Yeoman generators for scaffolding applications. Client SDKs for iOS, Android, and web clients. LoopBack tools include:

Command-line tool slc loopback to create applications, models, data sources, and so on. StrongLoop Arc, a graphical tool for editing LoopBack applications; and for deploying and monitoring applications. For more details, see the Loopback website.

Latest build on Staging

Latest build of the API: API Staging

Stack