Giter Site home page Giter Site logo

creatrip-assignement's Introduction

Creatrip Assignment (KR)

크리에이트립에 지원해주셔서 감사합니다.

과제는 이 repository 를 clone 받아서 작업해주시면 됩니다. 과제를 다 수행하시면 작업하신 github repository 를 알려주세요!

Direction 해야할 일

  1. Back-end 백엔드
    • Database 데이터베이스
      • 데이터베이스의 테이블에는 User 와 Item 이 주어졌습니다.
      • User 는 Item 을 여러개 가질 수 있습니다. 이 관계를 작성해주세요.
    • REST API
      • Item 에 대해서 create, read, update, delete api 를 작성해주세요.
  2. Front-end 프론트엔드
    • Item 을 보여주는 새로운 page 를 생성합니다.
    • 좌측에는 User 의 리스트가 우측에는 해당 User 의 Item 리스트가 보여집니다.
      • 좌측의 User 를 클릭하면, 우측에 해당 User 의 Item 이 보여집니다.
    • Vuex store 에 가져온 Item 을 저장합니다.
    • Item 에는 이름과 이미지URL 이 포함되어 있습니다. 카드 형식으로 보여주세요.
    • Item 을 삭제하는 기능을 작성해주세요.
    • Item 의 이름을 변경하는 기능을 작성해주세요.
    • Item 을 이름으로 정렬하는 기능을 작성해주세요. (오름차순, 내림차순)
    • 본인이 좋아하는 어떤 라이브러리도 사용할 수 있습니다. (vuetify, bootstrap...)

추가사항

  1. api 서버는 hot-reload 가 구현되어 있지 않습니다. 필요하시면 구현해주세요.

데이터베이스 초기화

create database creatrip_assignement;
create user creatrip@localhost identified by ‘7777’;
grant all privileges on creatrip_assignement.* to creatrip@localhost with grant option;

빌드

# install dependencies
$ npm install

# run api server
$ npm run dev:api

# run web server
$ npm run dev:web

Creatrip Assignement (EN)

Thank you for your application.

You are to clone the repository to solve the quiz. Please submit your github repository address to [email protected] after you solve the quiz.

Direction 해야할 일

  1. Back-end

    • Database
      • User and Item are given on tables in database.
      • User can have plural itmes. Please specify the relations.
    • REST API
      • Please specify create, read, update, delete api for Item.
  2. Front-end

    • Create new page for representing Item.
    • The list of User is shown on the left, The Item list of the User is on the right.
      • If you click User on the left size, Item of User is shown on the right.
    • Save Item from Vuex store.
    • Image URLs is included in the Item. Please present them in card format.
    • Write a function to delete Item.
    • Write a function to change the name of Item.
    • Write a function to sort Item by name (ascending order, descending order)
    • You're free to use any library that you like. (vuetify, bootstrap)

Extra Comments

  1. hot-reload server is not implemeted. Please implement if needed.

Database Reset

create database creatrip_assignement;
create user creatrip@localhost identified by ‘7777’;
grant all privileges on creatrip_assignement.* to creatrip@localhost with grant option;

Build

# install dependencies
$ npm install

# run api server
$ npm run dev:api

# run web server
$ npm run dev:web

creatrip-assignement's People

Contributors

haeminyim avatar yunabsd avatar deokhae 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.