Sign inSign up

zkochan/sitegate

By zkochan

Updated over 9 years ago

sitegate

Image
0

10K+

zkochan/sitegate repository overview

SiteGate

Dependency Status Build Status Coverage Status

SiteGate is a Node.js Express website that handles the user sign in/up processes. SiteGate allows to create a user account either through registration with an email or using an OAuth provider like Facebook, Twitter, etc.

Usage example: https://github.com/sitegate/client-example

Why is it better than the alternatives?

  • It consists of several independent microservices.
  • It supports internationalization. Currently it's only in English but will have Ukrainian, Hungarian, German and Russian translations of the interface soon.
  • It is designed as a standalone application with its own data storage, so updates will be easier.
  • It is also an OAuth2 server.

What are the microservices it consists of?

What does it consist of?

SiteGate uses:

Installation

Add this line to your hosts file:

127.0.0.1 account.sitegatedev.com

Run these commands in a console:

$ git clone [email protected]:sitegate/sitegate.git && cd ./sitegate
$ npm install
$ gulp

License

MIT © Zoltan Kochan

Tag summary

Content type

Image

Digest

Size

92.4 MB

Last updated

over 9 years ago

docker pull zkochan/sitegate