- 상황/감성 테마별 사진전 감상
- 테마에 알맞은 사진 / 감성글 공유
- 공유된 게시글에 댓글로 공감
App | Gallery | Account |
---|---|---|
.html | home | sign in |
myboard | sign up | |
my page |
- README.md 생성
- home.html (메인 페이지) 의 post(새 게시글 업로드) 팝업 페이지 생성
- django 프로젝트 및 앱 생성/연결
- my board.html (게시글 정보 페이지) 생성
- README.md 업데이트
- signin.html / signup.html / my page.html 페이지 생성
-
installation
$ git clone https://github.com/Mood_Gallery_location.git $ git pull origin main $ python -m venv myvenv $ source myvenv/Scripts/activate mac) $ source myvenv/bin/activate $ cd Mood_Gallery $ pip install Django
-
Usage
- Enter
proeject_name
or run the code withpython manage.py runserver
main function 1
- for example, in facebook, you can create new post!main function 2
- for example, in facebook, you can chat with your friends!main function 3
- for example, in facebook, you can see your friend's posts!
- Enter