• Stars
    star
    434
  • Rank 99,628 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.

Django-WebApp GitHub

This project was done by me as a assignment for an internship.

Assignment Problem Statement:

Part 1:

  1. Create a web-app where a user can login.
  2. User can upload files.
  3. User can view his/her uploaded files.

Part 2:

  1. User can search and view profile of other users.
  2. They can share their uploaded files with any of those users.
  3. Users can see the shared files by other users also in uploaded files.

Additional Features:

  1. In users profile user can set his/her profile picture.
  2. Users can download other users uploaded files.
  3. The user can upload any type of files such as images, videos, text files and also different types of programs like python code, java code, etc.

Technologies Used:

  • Python
  • Django
  • Bootstrap
  • JavaScript

Additional Python Modules Required:

  • Django
  • django-crispy-forms
  • Pillow

Note :

The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project.

Usage :

python django_web_app/manage.py makemigrations

python django_web_app/manage.py migrate

python django_web_app/manage.py runserver

In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/

Working:

Watch the video

Screenshots :

More Repositories

1

Gender-and-Age-Detection

A Python project which can detect gender and age using OpenCV of the person (face) in a picture or through webcam.
Python
447
star
2

Web-Scraping-Python

It contains some web scraping examples implemented using Python.
Python
29
star
3

Games-Python-Turtle

This repository contains 5 games build using python turtle module.
Python
27
star
4

Space-Invader-Game

This is a space invader game created using python turtle module.
Python
21
star
5

Gym-Member-Management

A Gym Member Management System using Django
JavaScript
21
star
6

File-Sorter

This is a python program for sorting files.
Python
17
star
7

COVID-19-Detection-through-Chest-X-Ray

Detecting COVID-19 in X-ray images with Keras, TensorFlow, and Deep Learning
Python
10
star
8

Motion-Detector-Using-OpenCV

This python program will allow you to detect any motion that occurs in front of the builtin webcam and also store the time interval of the motions while creating a plot of the time interval using Bokeh Plot.
Python
5
star
9

Django-Blog

A simple Blog Application using Django
Python
4
star
10

OpenCV-Face-and-Eye-Detection

Detects face and eyes of a person from image or webcam using opencv-python.
Python
3
star
11

CORONA-VIRUS-COUNTRY-STATUS

A python project for getting current status of corona cases in a particular country.
Python
3
star
12

Whatsapp-Post-Python

This is a python project to send a whatsapp message.
Python
3
star
13

Keylogger

This is a keylogger created using python.
Python
3
star
14

smahesh29

2
star
15

Django-ToDo-App

This is a To-Do app build using django framework of python. Here user can create his todo list by adding items, crossed off the completed items, delete the completed items and can delete all the items.
Python
2
star
16

Django-Tutorials

Python
1
star
17

Flask-Todo-App

Todo App using Flask
HTML
1
star
18

Weather-App

This is a weather app in Django , it shows current weathers in multiple cities. You can add cities of your choice and can delete existing cities. I used Python Requests to call the Open Weather Map API.
Python
1
star
19

KnowYourLockdown

An Interactive dashboard which visualizes data on the Indian Map drilled down to each district. It shows the sentiments of people regarding lockdown (Positive, Negative, Neutral), mental health of population during lockdown & live patient count. The website will allow the government to know which region faces which problems(Food Shortage, Transportation, Economic, Daily services, Others ).
Python
1
star
20

Temperature-Converter

It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.
Java
1
star