0.0.2 • Published 7 years ago

service-provider-core v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Service-Provider-Core

Build Status Coverage Status npm npm npm

More informations in Service-Provider-Starter.

Getting Started

$ git clone https://github.com/meanstack-io/service-provider-starter.git yourProjectName
  • Create your environment file.
$ cd yourProjectName && cp .env-example.js .env.js
  • Run
$ npm start

Service Provider

Service Provider are the central place of your application.

Method Register

Responsible for registering your new service to the core.

Method Boot

This method is called after all other service providers have been registered, which means that you have access to all other services that have been registered.

Copyright & License

Copyright © 2017 MEANStack.io - Licensed under MIT.