Lost and found is a django-based portal for bridging the gap between owners and their lost items. This is made as a learning experience in Django.
Feel free to look around and explore the repo. For any bug reporting, improvement or feature addition, you can open a new issue here.
- Install Python3
- Clone the repo
git clone https://github.com/avvarisreedhar/lost-and-found.git
- Install the dependencies
cd lost-and-found/
pip install -r requirements.txt
- Run the following commands
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Now, navigate to localhost to see the site up-and-running.
Please Contribute -- this is Open Source!
This project is licensed under the MIT License