Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfarhadattari/api-plan-perfect


https://github.com/mfarhadattari/api-plan-perfect

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# API-PLAN-PERFECT

API OF PLAN PERFECT (TODO Application)

## URL-

- Live Site API : https://plan-perfect.vercel.app
- Server Base API : https://api-plan-perfect.vercel.app
- Client Repo : https://github.com/mfarhadattari/plan-perfect.git

## API-

- Base (GET) => https://api-plan-perfect.vercel.app

- JWT TOKEN (POST) => https://api-plan-perfect.vercel.app/generate-jwt

- MY TASK (GET) => https://api-plan-perfect.vercel.app/tasks

- Add Task (POST) => https://api-plan-perfect.vercel.app/tasks

- Delete Task (DELETE) => https://api-plan-perfect.vercel.app/tasks/id

- Update Task Status (PATCH) => https://api-plan-perfect.vercel.app/tasks/id

- Add Archive (DELETE) => https://api-plan-perfect.vercel.app/archive-task/id

- MY Archive (GET) => https://api-plan-perfect.vercel.app/archives

- Delete Archive (DELETE) => https://api-plan-perfect.vercel.app/archives/id