Skip to content

ddellamico/ionic-conference-api

Repository files navigation

#RESTful APIs for Ionic Conference App

Build Status Commitizen friendly PRs Welcome MIT license Dependency Status devDependency Status

RESTful APIs for Ionic Conference App application. The sole purpose of this app is to provide a simple oAuth2 implementation for Ionic Conference App.

Api component live demo:: https://ion-conf-api.damiendev.com

Features

Requirements

Install

$ git clone https://github.com/ddellamico/ionic-conference-api

Finally run cd ionic-conference-api && docker-compose up in the project dir to create and start the container.

The app should then be running on your docker daemon on port 3000.

NOTE: dotenv is used to manage environment variables from a .env file. Place in root project a .env file and "overwrite" the default values. In development env, you can set the env variables by doing:

cp .env.dev.example .env

and replace the values there.

Documentation

API documentation is written inline and generated by jsondoc.

Tests

$ npm test

License

MIT

About

RESTful APIs for Ionic Conference App built with koa2

Resources

License

Stars

Watchers

Forks

Packages