Skip to content

MKD Gram is a Django app where you can upload and share images from your local device.

Notifications You must be signed in to change notification settings

mukaddim98/mkd_gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MKD Gram

MKD Gram is a Django app where you can upload and share images from your local device. You can either set your image to 'Public' where everyone can see in the public uploads tab, or you can set it to 'Private' where only you can see. As of now, this version of the app only allows you to add/upload images. You cannot edit, delete or search images.

Quick start

  1. First clone this repo. Make sure you have Python and Django installed. Click here to download Python and click here to download Django.

  2. Open your terminal in the folder where you cloned the repo. Type the following command in your terminal to run the app.

    python manage.py runserver
    
  3. Go to your browser and visit http://127.0.0.1:8000/. Register or login to your account.

  4. Click "Public Uploads" from the navigation bar to see all images uploaded publicly. Click "My Uploads" from the navigation bar to see all your personal uploads, both public and private. Click on "Upload Images" to upload one or more images.

About

MKD Gram is a Django app where you can upload and share images from your local device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published