GithubHelp home page GithubHelp logo

photest's Introduction

Photest

동국대학교 소프트웨어공학 프로젝트 SEA 팀

Photo contest

사용자가 자신이 찍은 사진을 자유롭게 업로드할 수 있고, 다운로드 받을 수 있습니다.
오늘의 해시태그를 가진 사진은 좋아요 순으로 랭크되며, 1등이 될 경우 그에 따른 보상을 받을 수 있는 웹사이트입니다.

개발 환경

- Develop Tool: Django, python3
- OS : MAC OS, Windows 10

시작하기

1. 가상환경 만들기

(전제 조건) python3, pip 설치

(1) virtualenv 설치

$ pip install virtualenv

(2) 가상환경 생성, 실행

원하는 경로로 이동
$ python3 -m venv myvenv // myvenv를 원하는 이름으로 변경
$ source venv/bin/activate
(myvenv) $ // 성공

(3) 가상환경 종료

$ deactivate

2. 라이브러리 설치

$ python3 -m pip install --upgrade pip
$ myvenv/bin/pip install -r requirements.txt

3. 실행하기

$ python manage.py runserver

팀원

김예지 : Front-end
김혜지 : Back-end
이선영 : Back-end
한유진 : Front-end

photest's People

Contributors

hyex avatar kimyyeji avatar seonyoung169 avatar yujinhan97 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.