오픈소스SW개론 팀 프로젝트 (OSSW)
Find
All
Lost
Luggage,
Every
Nook.
📌Welcome to FALLEN’s documentation!
https://fallen.readthedocs.io/en/latest
📌Welcome to FALLEN’s blog!
https://day024.github.io/FALLEN-web/
대학 캠퍼스 내에서 분실된 물건과 그 물건의 주인을 빠르게 찾을 수 있도록 도와주는 웹 플랫폼을 제공합니다.
- 로그인 & 회원가입
- 유저 특수 옵션
- 유저 옵션 디테일
- 분실 신고
- 분실 리스트
- 분실품 발견 신고
- 찾게된 물품 리스트
- 보안
- 사용자 인증
For Linux
- Install venv
sudo apt-get install python3-venv
- Create a virtual environment
python3 -m venv virtual
- Start the virtual environment
source virtual/bin/activate
- Now your path will change and it will show the name of your virtual environment
(virtual)
- Now install django,pillow and crispy-forms (required in this application)
pip install Django
pip install pillow
pip install django-crispy-forms
For Windows
- Create a virtual environment
python -m venv virtual
- Activate the virtual environment
.\virtual\Scripts\activate
- Install Django, Pillow, and django-crispy-forms
pip install Django pillow django-crispy-forms
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!
https://github.com/GSri30/LostAndFound-Web
This project is Apache License 2.0
- 임채민 : - @chaemin5
- 정승원 : - @Jeong-Seung-Won
- 정다영 : - @day024
- 정해찬 : - @just-codingbaby