Skip to content

track-wise-ai/rest-api-node

Repository files navigation

Routes

/api/v1
├── /ping (GET)             - health check
├── /auth
│	├── /login (POST)         - auth user
│	├── /signup (POST)        - create new user
│ ├── /logout (POST)        - logout
│ └── /google/callback (GET)  - callback for google auth 
├── /settings (GET)         - fetch settings
├── /settings (PATCH)       - save settings
├── /google
│   ├── /events (GET)       - fetch calendar events
│   ├── /calendars (GET)    - fetch calendar list
│   └── /auth-link (GET)    - get auth url
├── /ai (POST)              - generate summary with ai
└── /jira/worklog (POST)    - save worklog in Jira

Development

  • Run proxy for handling Google OAuth on localhost ngrok http 5001 then copy Forwarding URL to the .env and to the Google Console for redirect uri

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages