ashiqurrahmananik / Temp-File-Share

A temporary file share web-app using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Steps

setup python env

python version : 3.11.1

os : windows

install virtualenv

pip install virtualenv

create virtualenv

python -m venv venv

to active virtualenv

.\venv\Scripts\activate

install requirement packages

pip install -r requirements.txt

run project

python manage.py runserver

Browse

http://127.0.0.1:8000/

Screen Shots

1

2

3

4

About

A temporary file share web-app using Django


Languages

Language:Python 77.0%Language:HTML 23.0%