/image-uploader-backend

:fire: Solution to devchallenges.io image uploader fullstack challenge (backend)

Primary LanguageJavaScript

Image Uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

  • The demo is hosted here
  • Had some tuff times and learned a lot, my interest over backend development doesn't stop growing.
  • Learned a lot about express and multer, how to work with both to upload images to cloudinary using cloudinary SDK.

Built With

Features

  • Receive a file via multipart/form-data
  • Upload it to some storage (using cloudinary)

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/miguelsndc/image-uploader-backend.git

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact