docker-compose build
docker-compose up
- Email: [email protected]
- Password: password
- Import file Deall.postman_collection.json to postman.
- Authenticate User Admin and Get Access Token http://localhost:8000/api/users/auth/
- Add Access Token to Authentication Header for accesing the API.
Endpoints:
- POST : http://localhost:8000/api/users/refresh-token/
- GET : http://localhost:8000/api/users/
- POST : http://localhost:8000/api/users/register/
- POST : http://localhost:8000/api/users/me/
- GET : http://localhost:8000/api/users/:id
- PUT : http://localhost:8000/api/users/:id
- DELETE : http://localhost:8000/api/users/:id
API Diagram Flow : flow_api.jpeg