An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

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
```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 ❤️