/FileSharing

Random file sharing website in django

Primary LanguagePython

FileSharing

Requirements

  • Python
  • Django, python_dotenv

Installing

  1. Install python for your platform
  2. Clone the repo using git clone https://github.com/jamesatjaminit/FileSharing.git
  3. Install python packages using pip install -r requirements.txt
  4. Make the database migrations
python manage.py makemigrations
python manage.py migrate
  1. (Optional) Make superuser using
python manage.py createsuperuser
  1. Rename .env.default to .env and populate the fields
  2. Run python manage.py runserver to get your webserver working!
  3. Browse to 127.0.0.1:8000