Skip to content

vijay175/Hackathon

Repository files navigation

Hackathon-Lost-Found/
├── lost-found-backend/
│   ├── main.py            <-- The Python "Brain"
│   ├── requirements.txt   <-- Python Libraries
│   └── database.json      <-- Auto-created (Stores your data)
└── lost-found-frontend/
    ├── package.json       <-- React Dependencies
    ├── public/
    │   └── index.html     <-- The HTML Bridge
    └── src/
        ├── MainSystem.js         <-- The main UI (Login + User + Admin)
        └── index.js       <-- Entry point

How to Run

Backend:

  1. Navigate to the Backend Folder.

  2. Run the following command:

    pip install fastapi uvicorn fuzzywuzzy python-Levenshtein python-multipart
    python main.py

Frontend:

  1. Navigate to the Frontend Folder.

  2. Run the command:

    npm start

Important Note

If you encounter "Ghost items" that won't delete, you can resolve this by deleting the database.json file in the backend folder and restarting the Python script.

Credentials

  • User: Gitam E-mail / user123
  • Admin: admin@test.com / admin123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors