poysa213 / contacts-api

Contacts api With Django Rest Framework, Allow you to save your contacts (phone_number) with their names.

Home Page:https://contacts-api-3krm.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contacts-api

Contacts api with django rest framework Allow you to save your contacts (phone_number) with their names.

Features

  • JWTAuthentication
  • Create contacts
  • Read contacts
  • Update contacts
  • Delete contacts

API Endpoints

HTTP Verbs Endpoints Action
POST /api/contacts/ Create a new contact
GET /api/contacts/ Get all contacts
GET /api/contacts/pk Get a single contact
PUT /api/contacts/pk Update a contact
DELETE /api/contacts/pk Delete a contact
POST /api/auth/register/ Create an account
POST /api/auth/token/ Get you token(refresh&acces)
POST /api/auth/token/verify/ Verify your token
POST /api/auth/token/refresh/ Refresh your token

About

Contacts api With Django Rest Framework, Allow you to save your contacts (phone_number) with their names.

https://contacts-api-3krm.vercel.app/


Languages

Language:JavaScript 53.9%Language:CSS 41.9%Language:Python 4.2%Language:Procfile 0.0%