Giter Site home page Giter Site logo

vg-1day-2015-5-30's Introduction

vg-1day-2015

VOYAGE GROUP 1Dayインターン用リポジトリ

利用方法

Fork後、各自のリポジトリをcloneし開発していきます

構成

vg-1day-2015-5-19/
└── original
    ├── iOS-client
    │   ├── Makefile
    │   ├── My1DayApp
    │   │   ├── APIRequest.swift
    │   │   ├── AppDelegate.swift
    │   │   ├── Base.lproj
    │   │   │   ├── LaunchScreen.xib
    │   │   │   └── Main.storyboard
    │   │   ├── ImageHelper.swift
    │   │   ├── Images.xcassets
    │   │   │   └── AppIcon.appiconset
    │   │   │       └── Contents.json
    │   │   ├── Info.plist
    │   │   ├── Message.swift
    │   │   ├── MessageTableViewCell.swift
    │   │   ├── MessageTableViewController.swift
    │   │   ├── PostViewController.swift
    │   │   └── logo.png
    │   ├── My1DayApp.xcodeproj
    │   │   └── project.pbxproj
    │   ├── My1DayAppTests
    │   │   ├── APIRequestTests.swift
    │   │   ├── ImageHelperTests.swift
    │   │   ├── Info.plist
    │   │   ├── MessageTableViewControllerTests.swift
    │   │   └── MessageTests.swift
    │   └── README.md
    ├── web-client
    │   ├── css
    │   │   └── web-client.css
    │   ├── index.html
    │   └── js
    │       └── web-client.js
    └── web-server
        ├── Gemfile
        ├── Gemfile.lock
        ├── Makefile
        ├── Rakefile
        ├── app.php
        ├── composer.json
        ├── composer.lock
        ├── db
        │   ├── api.base.db
        │   └── sql
        │       └── 000_setup.sql
        ├── doc
        │   ├── api.md
        │   ├── meta.yaml
        │   ├── partial
        │   │   ├── error.md
        │   │   ├── head.md
        │   │   └── overview.md
        │   ├── schema.json
        │   ├── schemata
        │   │   └── message.yaml
        │   └── templates
        │       ├── link_schema_properties.md.erb
        │       ├── schemata
        │       │   └── link.md.erb
        │       └── schemata.md.erb
        ├── phpunit.xml
        ├── resource
        │   └── default.jpg
        ├── src
        │   └── My1DayServer
        │       ├── ApiSchemaValidator.php
        │       ├── Application.php
        │       ├── Exception
        │       │   ├── ApiExceptionInterface.php
        │       │   └── InvalidJsonApiException.php
        │       └── Repository
        │           └── MessageRepository.php
        ├── tests
        │   └── My1DayServer
        │       └── Test
        │           └── WebApiTest.php
        └── web
            └── index.php

vg-1day-2015-5-30's People

Watchers

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