Skip to content

GSri30/LostAndFound-Web

Repository files navigation

Welcome to LostAndFoundWeb 👋

Version

This is my first website made using django. It is a "Lost And Found" website which can be used to either report or view the lost and found things. Losing things is very common for us, which made me to start this project :)

Install

1.Install venv

sudo apt-get install python3-venv

2.Create a virtual environment

python3 -m venv virtual

3.Start the virtual environment

source virtual/bin/activate

4.Now your path will change and it will show the name of your virtual environment

(virtual)

5.Now install django,pillow and crispy-forms (required in this application)

pip install Django
pip install pillow
pip install django-crispy-forms

Usage

1.Now clone the repository and change the directory to mysite and execute

python manage.py runserver

2.You can access the website in your local host!

Reference

You can refer here (to get a sense of how it looks like): https://youtu.be/iOPF6ADR7R8

Author

👤 Sri Harsha G

📝 License

This project is MIT licensed.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️