Skip to content

mikhail-prorekhin/code-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Hi there,
I would like to present a small chalemge task

Run

The simpleast way to run is starting a docker container
docker-compose up

Authentification

This application uses local and a social network (github) to authenticate user
To use github You need first add
Settings->Developer settings-> OAuth Apps set any Homepage URL and Authorization callback URL (it will be owerriten in our case),
and take Client ID and Client secrets
in a Demyst/website/config/local.json please add this valuses

{
  "auth": {
    "github": {
      "clientId": "Client ID",
      "secret": "Client secrets"
    }
  }
}

Important

Would be very grateful for any feedback

About

a code challenge of demystdata.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published