Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-4-dibakar/reminder-api

A remider backend api with All CRUD (Create, Read, Update and Delete) Operation
https://github.com/d-4-dibakar/reminder-api

Last synced: 3 days ago
JSON representation

A remider backend api with All CRUD (Create, Read, Update and Delete) Operation

Awesome Lists containing this project

README

        

# reminder-api

_A reminder backend api with All CRUD (Create, Read, Update and Delete) Operation_

## API Endpoints

`POST: http://localhost:8000/reminders`

![CREATE](https://github.com/D-4-DIBAKAR/reminder-api/assets/71878062/470765a0-9141-4424-b069-9be5caed708b)

`GET: http://localhost:8000/reminders`

![READ](https://github.com/D-4-DIBAKAR/reminder-api/assets/71878062/18494c61-8de3-45d1-ba8d-16b42d4311a6)

`PUT: http://localhost:8000/reminders/:id`

![UPDATE](https://github.com/D-4-DIBAKAR/reminder-api/assets/71878062/be6289b1-8873-4fb0-b82b-bf628c3e0e1f)

`DELETE: http://localhost:8000/reminders/:id`

![DELETE](https://github.com/D-4-DIBAKAR/reminder-api/assets/71878062/93341a79-67a1-4506-a9b3-b9c4d778301c)