Giter Club home page Giter Club logo

monde-persian's Introduction

MONDE-data-server

MONDEIQUE data management 및 알바 page server repo입니다.

Prerequsite

How to install

$ pip install -r requirements.txt
  • mysqlclient의 경우 따로 install 해야함

(OSX Mojave)

$ brew reinstall openssl
$ LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient

(Ubuntu 18.04 LTS)

$ sudo apt-get install mysql-client
$ apt-get install python3-dev libmysqlclient-dev gcc
$ pip install mysqlclient

How to run

$ ssh ConnectionSSH
$ python manage.py runserver 0.0.0.0:7989

API

Login page

  • RegistraionAPI : username과 password를 입력하고 회원가입 버튼을 눌렀을 때 호출되는 API
  • LoginAPI : username과 password를 입력하고 로그인 버튼을 눌렀을 때 호출되는 API
  • UserAPI : User 자체에 대한 접근을 하기 위한 API

Main Homepage

  • HomeRetrieveAPIView : Home (Main 화면) 으로 넘어갔을 때 호출되는 API
  • WorkerManageRetrieveAPIView : 알바 page 화면으로 넘어갔을 때 호출되는 API (admin 에게만 보이도록 해야함)
  • BoxingAssignAPIView : Boxing 할당받기 버튼을 눌렀을 때 호출되는 API
  • LabelingAssignAPIView : Labeling 할당받기 버튼을 눌렀을 때 호출되는 API
  • OriginalImageCreateAPIView : Original Image 생성 시 호출되는 API (미리 upload 되어 있어야 하는 API)

Boxing page

  • BoxingRetrieveAPIView : Boxing 화면 original_image_id url 입력 시 호출되는 API
  • SpeedyBoxingRetrieveAPIView : SpeedyBoxing 화면 original_image_id url 입력 시 호출되는 API
  • BoxingCreateUpdateAPI : Box 생성 및 업데이트 시 호출되는 API (enter 쳤을 때 호출)
  • BoxingDestroyAPIView : Box 삭제 시 호출되는 API (delete 버튼 눌렀을 때 호출)

Labeling page

  • LabelingRetrieveAPIView : Labeling 화면 cropped_image_id url 입력 시 호출되는 API
  • SpeedyLabelingRetrieveAPIView : SpeedyLabeling 화면 cropped_image_id url 입력 시 호출되는 API
  • LabelingDestroyAPIView : Labeling Image 삭제 시 호출되는 API (delete 버튼 눌렀을 때 호출)
  • LabelCreateUpdateAPI (6개) : 각 Label 생성 및 업데이트 시 호출되는 API (enter 쳤을 때 호출)

monde-persian's People

Contributors

chanyeongshin avatar junyongpark97 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.