Code Monkey home page Code Monkey logo

final-project's Introduction

I-Teen

Description

대학 입시생 및 신입생들을 위한 경북대학교 IT대학 소개 웹사이트입니다.

Environment

Python 3.8.10

MongoDB v3.6.8

Quick Start

  1. 저장소를 클론해서 로컬 환경에 가져옵니다.

    1. HTTPS
      git clone https://github.com/OSP-team2/final-project.git
    2. SSH
      git clone [email protected]:OSP-team2/final-project.git
  2. final-project 폴더로 이동 후 init.sh를 실행합니다.

    ./init.sh

Steb-by-step Start

  1. 저장소를 클론해서 로컬 환경에 가져옵니다.

    1. HTTPS
      git clone https://github.com/OSP-team2/final-project.git
    2. SSH
      git clone [email protected]:OSP-team2/final-project.git
  2. final-project 폴더로 이동 후 Python 가상환경을 만듭니다.

    python3 -m venv .venv
  3. 가상환경을 실행합니다.

    source .venv/bin/activate
  4. requirements.txt에 적혀있는 패키지들을 설치합니다.

    pip install –r requirements.txt
  5. init_db.py를 실행하여 기본 데이터베이스를 구축합니다.

    python init_db.py
  6. Flask를 실행합니다.

    flask run --host=0.0.0.0

final-project's People

Contributors

chaeyoung11 avatar junsoo0 avatar mjunghyun avatar yooongi 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.