Giter Site home page Giter Site logo

hse_project's Introduction

HSE_project

Hi-Sw๋ด‰์‚ฌ๋‹จ์˜ ๋ด‰์‚ฌ๊ต์œก์‹œ์Šคํ…œ์„ ํ–ฅ์ƒ์‹œํ‚ค๊ธฐ ์œ„ํ•œ ์„œ๋น„์Šค HSE(Hi-Sw-Education Service)

badges badges

๋™๊ตญ๋Œ€ํ•™๊ต ๋ฉ‹์Ÿ์ด์‚ฌ์ž์ฒ˜๋Ÿผ 9 ์‹ฌ๋ฐ”ํ†ค 3ํŒ€ HSEํŒ€ (Hi-Sw-Education)

Built With

Installation

  1. ํ„ฐ๋ฏธ๋„์— ์•„๋ž˜ ๋‚ด์šฉ ์ž…๋ ฅ
git clone https://github.com/LikeLion-at-DGU/HSE_project.git
  1. ๊ฐ€์ƒํ™˜๊ฒฝ ์ผœ๊ธฐ
pipenv shell
  1. Django ์„ค์น˜
pip install django
  1. Django-allauth ์„ค์น˜
pip install django-allauth
  1. Pillow ์„ค์น˜
pip install pillow
  1. HSE_project ํด๋” ๋‚ด์—์„œ HSE ํด๋”๋กœ ์ด๋™
cd HSE
  1. ๋ชจ๋ธ์˜ ๋ณ€๊ฒฝ๋‚ด์šฉ DB ์Šคํ‚ค๋งˆ์— ์ ์šฉํ•˜๊ธฐ ์œ„ํ•ด ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ์ƒ์„ฑ
python manage.py makemigrations
  1. DB์— ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ์ ์šฉ
python manage.py migrate
  1. ์‹คํ–‰
python manage.py runserver

๋ด‰์‚ฌ ๋“ฑ๋ก ํ•˜๊ณ  ์‹ถ์€ ๊ฒฝ์šฐ superuser๋ฅผ ์ƒ์„ฑํ•˜์—ฌ ๋กœ๊ทธ์ธ

  • superuser - ๊ฒŒ์‹œ๊ธ€ ์ž‘์„ฑ ๋ฐ ์ˆ˜์ • ๊ฐ€๋Šฅ
  • ์ผ๋ฐ˜ ์œ ์ € - ์‹ ์ฒญ๋งŒ ๊ฐ€๋Šฅ
python manage.py createsuperuser

Introduce

๊ธฐ์กด ๋ด‰์‚ฌํ™œ๋™ ์ฐธ์—ฌ๋ฅผ ์œ„ํ•œ ๋ฐฉ์‹์—์„œ

  1. SNS๋ฅผ ํ†ตํ•œ ์ •ํ˜•์ ์ด์ง€ ์•Š๋Š” ๊ต์œก์ž๋ฃŒ ์ „๋‹ฌ
  2. ์•Œ ์ˆ˜ ์—†๋Š” ๊ต์œก ์ง„ํ–‰ ๋‚ ์งœ
  3. ๋ด‰์‚ฌ ์ฐธ์—ฌ ํ•™์ƒ์— ์ œํ•œ๋œ ๊ต์œก ์ง„ํ–‰์œผ๋กœ ์ธํ•œ ๋ณด์กฐ๊ฐ•์‚ฌ ๋ชฐ๋ฆผ ํ˜„์ƒ
  4. ์ฒด๊ณ„์ ์ด์ง€ ์•Š์€ ๋ด‰์‚ฌ ๊ณต์ง€
  5. ๊ณตํ‰ํ•˜์ง€ ์•Š์€ ๋ด‰์‚ฌ ์‹ ์ฒญ

๊ณผ ๊ฐ™์€ ๋ฌธ์ œ๋ฅผ ๊ฐœ์„ ํ•˜๊ณ ์ž

  1. ๋ด‰์‚ฌ ์•ˆ๋‚ด ๋ฐ ๊ต์œก์„ ์œ„ํ•œ ๊ฒŒ์‹œ๊ธ€ ์ž‘์„ฑ ๊ธฐ๋Šฅ
  2. ์ผ์ • ๊ธฐ๊ฐ„ ๋™์•ˆ ์‹ ์ฒญ์„ ๋ฐ›๊ณ  ๋ฌด์ž‘์œ„๋กœ ๋ด‰์‚ฌ์ž๋ฅผ ์„ ์ •ํ•˜๋Š” ๊ธฐ๋Šฅ
  3. ๊ฐœ์ธ ํŽ˜์ด์ง€๋ฅผ ํ†ตํ•œ ์ด ๋ด‰์‚ฌํ™œ๋™ ๊ธฐ๋ก ํ™•์ธ ๊ธฐ๋Šฅ

๋“ฑ์˜ ๊ธฐ๋Šฅ์„ ํฌํ•จํ•œ HI-SW-Education ํŽ˜์ด์ง€ ๊ตฌํ˜„์„ ๋ชฉํ‘œ๋กœ ํ•˜์˜€๋‹ค.

hse_project's People

Contributors

tkdwns414 avatar seochan99 avatar leetaegeom avatar kkong1007 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.