Skip to content

meanstack-io/service-provider-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Service Provider Core - Central place of your application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published