Concorda: User management system
- Lead Maintainer: Mircea Alexandru
- Sponsor: nearForm
This is the Concorda project. It is a user management system built using Node.js. It is a micro-service designed to be used in tandem with other micro-services, as with the NodeZoo project. There is an in-depth demo configuration available for the system, to learn more go here.
To run the server,
- Run
npm installto install all dependencies - Copy config/sample.env to config/production.env or config/development.env and put the right configuration in there
- Run
npm run buildto build the project - Run
npm run startto create a deploy and server on port3050in production mode ORnpm run start:devto create a deploy and server on port3050in development mode
Also you can watch the files for changes and automatically rebuild the sources by running npm run watch
in a different terminal.
This project is in it's infancy, documentation will come after stability.
Server API is implemented as separate plugin. For details please check Concorda-API's repository.
The Concorda encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
Copyright (c) 2016, nearForm and other contributors. Licensed under MIT.