Unsplash Django Backend Project (The backend for the Unsplash Website deployed here)
This project was developed using Python
v "^3.9", Django
v "^4.0.4", Sentry-sdk
v "^1.5.11", and Djangorestframework
v "^3.13.1" libraries.
Deployed on a Digital Oceans
Droplet using Github Actions
for CI/CD.
The Image Uploader Website was deployed with Netlify
link here.
Figma design was provided by devChallenges.io.
You can clone project and customise at your end.
- 'http://127.0.0.1:8000/api/v1/images/' Endpoint
METHOD: 'POST'
BODY: {'img_url': '', 'label': ''}
SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}
ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}
- 'http://127.0.0.1:8000/api/v1/images/' Endpoint
METHOD: 'GET'
SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}
ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}
- 'http://127.0.0.1:8000/api/v1/images/*******/' Endpoint
METHOD: 'DELETE'
SUCCESS RESPONSE (200): {'success': true, 'message': '**********'}
ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}