GithubHelp home page GithubHelp logo

pauljo / cartmango Goto Github PK

View Code? Open in Web Editor NEW

This project forked from milooy/cartmango

0.0 1.0 0.0 8.84 MB

살까 말까 할 땐 담아라. 통합 장바구니 카트망고

Python 25.46% JavaScript 46.12% HTML 22.69% CSS 5.73%

cartmango's Introduction

CARTMANGO

CARTMANGO

흩어져 있는 장바구니와 위시리스트에 지치셨나요? 카트망고와 함께라면 어디서든 물건을 담고 모아서 볼 수 있습니다. 태그와 리스트로 쉽게 분류하고 공유할 수 있습니다.

Pull Request로 개발 과정에 직접 참여하세요!

지원

  • Chrome Extension
  • iOS APP (In development)
  • Android APP (In development)

환경

python version: 3.4.3 django version: 1.10.1

로컬 환경 세팅

  1. virtualenv로 파이썬 3.4.3 버전 가상환경을 만든다.
  2. pip install -r requirements.txt로 파이썬 패키지 설치
  3. npm install, bower update로 프론트엔드 의존성 설치
  4. python manage.py migrate로 디비 마이그레이션
  5. ./manage.py createsuperuser로 슈퍼유저 만들기
  6. SECRET_KEY, Facebook OAuth key는 jayjin이 가지고 있으므로 secret.json파일을 요청한다.

서버 띄우기

  1. gulp명령어로 less파일을 css로 컴파일, minify한다.
  2. python manage.py runserver로 서버를 띄운다.

Chrome Extension storage

물품 아이디는 Math.floor(Date.now() / 1000) 로 타임스탬프 찍는다.

{
  username: 'foo'
  product_list: [
     {
      url: 'http://www.gsshop.com/prd/prd.gs?prdid=24926497',
      title: '[더망고] 필리핀 카라바오 망고 5kg 20과',
      price: 38900,
      shop: 'GSSHOP',
      img: 'http://image.gsshop.com/image/24/92/24926497_L1.jpg',
      timestamp: '1492327941'
    }
  ]
}

cartmango's People

Contributors

iz4blue avatar joshua1988 avatar milooy 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.