/Mood_Gallery

테마별 감성 공간 Mood Gallery

Primary LanguagePython

🖤 MoodGallery 🖤

상황별로 감성별로 자신만의 사진을 올리고 글을 쓰는 감성 공간 Mood Gallery 를 소개합니다!

  • 상황/감성 테마별 사진전 감상
  • 테마에 알맞은 사진 / 감성글 공유
  • 공유된 게시글에 댓글로 공감

🖤 Our Plan 🖤

App Gallery Account
.html home sign in
myboard sign up
my page

1주차 to do

태영👸
  • README.md 생성
  • home.html (메인 페이지) 의 post(새 게시글 업로드) 팝업 페이지 생성
명준🤴
  • django 프로젝트 및 앱 생성/연결
  • my board.html (게시글 정보 페이지) 생성
선영👸
  • README.md 업데이트
  • signin.html / signup.html / my page.html 페이지 생성

2주차 to do

3주차 to do

how to use this project

  1. 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
  2. Usage

    1. Enter proeject_name or run the code with python manage.py runserver
    2. main function 1 - for example, in facebook, you can create new post!
    3. main function 2 - for example, in facebook, you can chat with your friends!
    4. main function 3 - for example, in facebook, you can see your friend's posts!