rmondal37 / Document-Portal

A portal for IIT Guwahati students and professors where they can upload files, and other users can search for their profiles and download their files.

Home Page:http://rmondal.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document-Portal

A portal for IIT Guwahati students and professors where they can upload files, and other users can search for their profiles and download their files. A running instance of the web application can be found here.

Requirements:

  • To run the project locally on your machine, first clone the project locally:

    git clone https://github.com/rmondal37/Document-Portal
    
  • Next, to install the dependencies for the project, run the following command:

    pipenv install -r requirements.txt
    
  • Next, to run the server locally on your machine, run the following command:

    python manage.py runserver
    

Demo:


About

A portal for IIT Guwahati students and professors where they can upload files, and other users can search for their profiles and download their files.

http://rmondal.pythonanywhere.com/


Languages

Language:HTML 52.3%Language:Python 47.7%