Git Product home page Git Product logo

heavy-reading's Introduction

진중한 문고 📚 Heavy Reading 📚

📚 Team Rainy

Team Members

About Rainy

Rainy (Reading Assistance IN militarY) 팀은 독서를 좋아하는 구성원들이 모여 국군 장병들을 위해 독서를 장려하는 서비스를 만들고자 하였습니다. 국군 장병들을 위해 주기적으로 들어오는 진중문고가 엄격한 기준을 거쳐 통과된 책들임을 알고 많은 장병들의 독서 능력을 향상시키기 위해 노력하고자 하였습니다. 그래서 장병을 위한 독서 보조 도우미 서비스 진중한 문고 📚 Heavy Reading 📚을 개발하게 되었습니다.

Project Abstract

진중한 문고 📚 Heavy Reading 📚 서비스는 DB를 통해 국군으로 입고되는 진중문고를 관리하고 평점, 독후감, 메모 등을 공유할 수 있는 서비스 입니다. 국가에서 엄격한 기준을 거친 진중문고는 매 분기별로 각 부대의 장병 도서관에 입고되는데, 장병들은 독서를 하고 진중한 문고 📚 Heavy Reading 📚 사이트에 등록된 진중문고를 확인할 수 있습니다. 도서에 대한 평점을 주고, 독후감 및 명언과 같은 메모를 도서별로 작성할 수 있습니다. 평점 시스템을 통해 도서에 대한 관심을 증진시키고, 독후감 공유를 통해 사고 및 시야를 더욱 넓힐 수 있는 최고의 서비스 입니다.

Prototype Video

Video

Prerequisites

Name Version (or Higher)
Python 3.5.3
pip3 20.2.4
Django 2.2.16
Html 5
Chrome 86 (64-bit)

Installation Process

  • Create Codespacenew codespace를 생성하고 해당 PC에서 설치 및 실행
$ git clone https://github.com/osamhack2020/WEB_HeavyReading_Rainy.git
$ cd WEB_HeavyReading_Rainy/rainy_project
$ python3 --version
$ python3 -m pip install --upgrade pip
$ sudo apt-get install python3-setuptools
$ pip3 install -r requirements.txt
$ pip3 list
$ sudo pkill -f runserver
$ python3 manage.py runserver

Getting Started

Home

  • 서비스 시작 페이지

Sign-Up & Sign-In

  • 회원가입 및 로그인

Book Detail

  • 책 정보 및 독후감 & 메모 작성

My Page

  • 마이페이지에서 평점 / 독후감 / 메모 확인

Technique Used

front-end

  • Html
  • CSS
  • JavaScript

back-end

  • Django
  • Python

File Tree

WEB_HeavyReading_Rainy
    ├── project_docs                // project description files
    ├── rainy_project
    │   ├── accounts                // [Django App] accounts
    │   │   ├── migrations
    │   │   └── templates/accounts  // accounts page html templates
    │   ├── mainpage                // [Django App] mainpage
    │   │   ├── migrations
    │   │   └── templates           // mainpage page html templates
    │   ├── media                   // img data of db
    │   │   ├── CACHE
    │   │   └── images
    │   ├── mypage                  // [Django App] mypage
    │   │   ├── migrations
    │   │   └── templates           // mypage page html templates
    │   ├── notice                  // notice django app
    │   │   ├── migrations
    │   │   └── templates           // notice page html templates
    │   ├── rainy                   // [Django Project]
    │   │   ├── settings.py         // project setting file
    │   │   └── urls.py             // url patterns file
    │   ├── static                  // static loading files
    │   │   ├── accounts/css        // accounts stylesheet
    │   │   ├── admin               // admin manage files
    │   │   ├── css                 // common and mainpage stylesheet
    │   │   ├── img                 // static image files
    │   │   ├── js                  // script files
    │   │   ├── mypage/css          // mypage stylesheet
    │   │   ├── notice/css          // notice stylesheet
    │   │   └── survey/css          // survey form stylesheet
    │   ├── staticfiles
    │   ├── db.sqlite3              // database
    │   └── manage.py               // Django manage file
    ├── .gitignore
    ├── LICENSE.md
    └── README.md

License

MIT License

heavy-reading's People

Contributors

ohjaeyeop avatar habijung avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.