Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.62 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.62 KB

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