Skip to content

JUGG097/Dev-Challenges-Catwiki-Django-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catwiki Django Backend Project (The backend for the Catwiki Website deployed here)

This project was developed using Python v "^3.9", it runs 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 Catwiki Website was deployed with Netlify link here.

Figma design was provided by devChallenges.io.

You can clone project and customise at your end.

API Documentation

METHOD: 'GET'

SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}

ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}

METHOD: 'GET'

SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}

ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}

METHOD: 'GET'

SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}

ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}

METHOD: 'GET'

SUCCESS RESPONSE (200): {'success': true, 'data': '**********'}

ERROR RESPONSE (4**, 5**): {'success': false, 'message': '***********'}