About

FALLEN :

Find
All
Lost
Luggage,
Every
Nook.

About

There is inconvenience at school due to the absence of an appropriate system when losing something or picking up someone else's lost items. Posting on the university community platform "Everytime" sometimes results in getting buried among other posts.

Purpose

We provide a web platform to quickly locate lost items and their owners within the university campus.

Features

  • Login & Registration: Provide authentication for users through login and registration functionalities.
  • User Special Options: Allow users to set unique special options.
  • User Option Details: Provide a feature to view detailed information about the user's selected special options.
  • Report Lost Item: Enable users to report lost items on the web platform.
  • Lost Items List: Display a list of lost items for users to browse.
  • Report Found Item: Allow users to report found items on the web platform.
  • Found Items List: Display a list of items that have been found.

🔧 Install

For Linux

        
            sudo apt-get install python3-venv
            python3 -m venv virtual
            source virtual/bin/activate
            pip install Django pillow django-crispy-forms
        
    

For Windows

        
            python -m venv virtual
            .\virtual\Scripts\activate
            pip install Django pillow django-crispy-forms
        
    

🔧 Usage

  • Now clone the repository and change the directory to mysite and execute
  •         
                python manage.py runserver
            
        
  • Access the website at local host
  • 📝 License

    This project is Apache License 2.0

    reference https://github.com/GSri30/LostAndFound-Web