Skip to content

Sarayu-T/Recovery-Point

Repository files navigation

Team-13H-Lost-and-Found-System

Software engineering project Team 13 Lost and Found System

Initial Steps:

pip install django
pip install mysqlclient
django-admin startproject lost_and_found .  # creating django project 
python manage.py startapp myapp  # creating application
python manage.py runserver  # to run the django project

To add files to your branch:

    git checkout your_branch_name
    git add file1 file2 file3       #(replace file1 file2 file3 etc with the names of the files you want to add)
    git commit -m "your_commit_message"  #(please put a valid commit message....like "added searching.html in templates"
    git push origin your_branch_name
  • please adhere to this otherwise it becomes double the work to fix it
  • AND ASK DOUBTS IF YOU HAVE
  • don't directly put your code into main

INDIVIDUAL CONTRIBUTIONS

Samyukta
  • Reporting functionality - Frontend and Backend and viewing reports (Lost & Found Items)

  • System Integration (all functionalities)

  • Django Application Setup

  • Email notification

  • Admin roles

    Sarayu

  • Ticket functionality - Frontend and Backend

  • Model Matching

  • Searching based on criteria

  • Navbar

  • Admin roles

    Shravya

  • Registration

  • Admin Roles

    Sanjana

  • Searching - html page

  • Home - html page

  • Documentation

About

Software engineering project Team 13 Lost and Found System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •