This is a simple image uploader that allows you to upload images and get a link to share them with others. It is built with Next.js and uses a simple API(Express) as a backend.
- Upload images
- Get a link to share images with others
You can try the app here(Deploying).
To get a local copy up and running follow these simple steps.
- Node.js
- npm
-
Clone the repo, or download the zip file
git clone git@github.com:Camilo-J/ImageUploader.git
-
Install NPM packages
npm install
-
Create a
.env.local
file in the root directory and add the following variablesNEXT_PUBLIC_API_URL= your backend url FRONT_IMAGE_DOMAIN= your image domain
-
Run the app
npm run dev
Distributed under the MIT License. See LICENSE
for more information.