Skip to content

devitito/givemetime

 
 

Repository files navigation

Give me time: collaborative R&D enabler

Build Status Coverage Status Dependency Status Forkability in progress

install docker for your distribution

start project

npm start
# graphiql interface located at http://localhost:3000
# application interface located at http://localhost:4000

npm run db:migrate --loglevel=silent
npm run db:test --loglevel=silent

use google login

API_URL=http://localhost:3000 PGADMINPASSWORD=postgres PGPASSWORD=give_me_time GOOGLE_CLIENT_ID=xxxxxx-xxxxx.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=xxxxxxx GOOGLE_REDIRECT_URL=http://localhost:3000 docker-compose -f docker-compose.yml up

You can find the client ID and secret here : https://console.developers.google.com/apis/credentials?project=inovia-givemetime

Generate a refresh token

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • PLpgSQL 12.6%
  • CSS 4.0%
  • Shell 2.0%
  • HTML 1.3%