Skip to content

JUGG097/Dev-Challenges-ImageUploader-Laravel-BE

Repository files navigation

Image Uploader Laravel Backend Project (The backend for the Image Uploader Website deployed here.)

Actions Status

This project was developed using PHP v "^8.0.2", Laravel v "^9.11", and Cloudinary-labs/cloudinary-laravel v "^1.0" 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.

API Documentation

METHOD: 'POST'

BODY: {'file': Image File}

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

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

Releases

No releases published

Packages

No packages published

Languages