GithubHelp home page GithubHelp logo

kksain / file_management Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 25 KB

This Django-based file management system enables users to upload, organize, and download files securely. Integrated with AWS S3, it offers efficient storage and retrieval of uploaded files. Users can authenticate, upload files, view their uploaded files, and download them as needed.

Python 53.22% HTML 46.78%
aws-s3 boto3 django-application django-framework django-project django-storages

file_management's Introduction

Django File Management System with AWS S3 Integration

This is a simple Django-based file management system that allows users to upload, organize, and download files. It provides features like user authentication, file upload, file listing, and file download, with integration to AWS S3 for file storage.

Features

  • User Authentication: Users can sign up, log in, and log out to access the file management system. Only authenticated users can upload and download files.
  • File Upload: Authenticated users can upload files to the system.
  • File Listing: Users can view a list of files they have uploaded.
  • File Download: Users can download files they have uploaded.

Installation

  1. Create and Activate Virtual Environment: -python3 -m venv env -source env/bin/activate

  2. Clone the repository: -git clone https://github.com/kksain/File_Management.git -cd core

  3. Install dependencies: -pip install -r requirements.txt

  4. Set up database migrations: -python manage.py makemigrations -python manage.py migrate

  5. Set up AWS S3:

    • Create an AWS account if you don't have one already.
    • Create an S3 bucket to store the uploaded files.
    • Configure AWS credentials (access key and secret key) either using environment variables or AWS CLI.
    • Update settings.py file with your AWS S3 bucket name and credentials.
  6. Run the development server: -python manage.py runserver

file_management's People

Contributors

kksain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.