Skip to content

just-codingbaby/FALLEN

💻 FALLEN (OSSW)

오픈소스SW개론 팀 프로젝트 (OSSW)

Find
All
Lost
Luggage,
Every
Nook.

documentation

📌Welcome to FALLEN’s documentation!
https://fallen.readthedocs.io/en/latest

📌Welcome to FALLEN’s blog!
https://day024.github.io/FALLEN-web/

대학 캠퍼스 내 분실물 찾기 플랫폼

목적:

대학 캠퍼스 내에서 분실된 물건과 그 물건의 주인을 빠르게 찾을 수 있도록 도와주는 웹 플랫폼을 제공합니다.

기능:

  • 로그인 & 회원가입
  • 유저 특수 옵션
  • 유저 옵션 디테일
  • 분실 신고
  • 분실 리스트
  • 분실품 발견 신고
  • 찾게된 물품 리스트

추가 고려사항:

  • 보안
  • 사용자 인증

Install

For Linux

  1. Install venv
sudo apt-get install python3-venv
  1. Create a virtual environment
python3 -m venv virtual
  1. Start the virtual environment
source virtual/bin/activate
  1. Now your path will change and it will show the name of your virtual environment
(virtual)
  1. Now install django,pillow and crispy-forms (required in this application)
pip install Django
pip install pillow
pip install django-crispy-forms

For Windows

  1. Create a virtual environment
python -m venv virtual
  1. Activate the virtual environment
.\virtual\Scripts\activate
  1. Install Django, Pillow, and django-crispy-forms
pip install Django pillow 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

https://github.com/GSri30/LostAndFound-Web

📝 License

This project is Apache License 2.0

👤FALLEN 팀원