https://github.com/gsri30/lostandfound-web
This is a basic lost and found website
https://github.com/gsri30/lostandfound-web
bootstrap3 college-project css django html lost-and-found pillow python venv
Last synced: 6 months ago
JSON representation
This is a basic lost and found website
- Host: GitHub
- URL: https://github.com/gsri30/lostandfound-web
- Owner: GSri30
- License: mit
- Created: 2020-01-05T09:10:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T11:53:18.000Z (over 5 years ago)
- Last Synced: 2025-04-13T14:07:53.721Z (6 months ago)
- Topics: bootstrap3, college-project, css, django, html, lost-and-found, pillow, python, venv
- Language: Python
- Homepage:
- Size: 33.3 MB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to LostAndFoundWeb 👋
![]()
> 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
```sh
sudo apt-get install python3-venv
```
2.Create a virtual environment
```sh
python3 -m venv virtual
```
3.Start the virtual environment
```sh
source virtual/bin/activate
```
4.Now your path will change and it will show the name of your virtual environment
```sh
(virtual)
```
5.Now install django,pillow and crispy-forms (required in this application)
```sh
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
```sh
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**
* Website: https://gsri30.github.io/
* Github: [@GSri30](https://github.com/GSri30)## 📝 License
This project is [MIT licensed](https://github.com/GSri30/LostAndFound-Web/blob/master/LICENSE).
## Show your support
Give a ⭐️ if this project helped you!
***
This README was generated with ❤️