Skip to content

JuanDls01/ImageUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Uploader

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

screenshot

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • I can drag and drop an image to upload it
  • I can choose to select an image from my folder
  • When the image is uploaded, I can see the image and copy it
  • I can choose to copy to the clipboard

How To Use

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

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install client dependencies
$ cd client
$ npm install

# Run the client app
$ npm run dev

# At other terminal, create a virtual environment and install api requirements
$ cd api
$ python -m venv venv
$ source venv/scripts/activate

# Run the api app
$ cd core
$ python manage.py runserver

Don't forget create the .env file inside the core:

SECRET_KEY='v@%ks&y&dool701b-encricidgnt@labr@4t&e#w5469h+r+&e'

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published