Solution for a challenge from Devchallenges.io.
- 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.
- Receive a file via multipart/form-data
- Upload it to some storage (using cloudinary)
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
- GitHub @miguelsndc
- LinkedIn Miguel Nogueira