opencodeiiita / Productivity-Tracker

6 stars 45 forks source link

POST /task #81

Closed untrulynoxiusmj closed 3 years ago

untrulynoxiusmj commented 3 years ago

Add POST /task route to create a new task

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

Refer task schema for required fields user_id : id of the user creating the task (authenticated user) description : description of task times : array times:[{ HH: Number, MM: Number, SS: Number, }]

Ask doubts on discord

Puja-Saraf commented 3 years ago

claim

untrulynoxiusmj commented 3 years ago

comment below to claim this issue

ashutosh3027 commented 3 years ago

claim

abhi9-hash commented 3 years ago

claim if it is still open i want to work on it