opencodeiiita / Productivity-Tracker

6 stars 45 forks source link

GET /profile #79

Closed untrulynoxiusmj closed 2 years ago

untrulynoxiusmj commented 2 years ago

Add GET /profile route to return the profile of user

you will need to add /backend/config/keys.js file in the following format : module.exports = { google : { clientId : '*****', clientSecret : '*****' }, session : { cookieKey : "somesecretsauce" } }

Ksathwik03 commented 2 years ago

Clsim