Skip to content

puse/cognita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognita

Identity server.

API

Check API Blueprint for details.

Note: Blueprint defines the next stable release

Usage

Prerequisites:

  • Git
  • Docker
  • docker-compose

Run from root directory

Clone this repo

git clone https://github.com/despan/cognita
cd cognita

Run

docker-compose up

On build completion open your browser at http://localhost:8080/ to preview. Note: Web client requires Redux DevTools to function.

Development

Start MongoDB service

docker-compose up -d mongodb

Start dev. servers from container

cd containers/api-server
npm run dev

Integration tests

Run http tests from root directory

npm test

Tech. Stack

  • MongoDB
  • Node.js w/ Koa
  • React + Redux

About

:shipit:

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors