Code Monkey home page Code Monkey logo

laravel-recruitment-test's Introduction

Laravel-test

설명

Laravel 을 이용하여 간단한 게시판 및 댓글 기능을 개발해보기 위한 프로젝트 입니다.
예시 페이지 들은 laravel-ui bootstrap 을 이용하여 만들어졌습니다.
초기 설정으로 아래 command 를 실행해주세요.

$ composer install
$ npm install
$ npm run dev

데이터베이스

  • 회원은 이름, 이메일, 패스워드 등 으로 생성되어 있습니다.
  • 게시판은 작성자, 제목, 내용 등 을 포함하여 생성해주셔야 합니다.
  • 댓글은 작성자, 내용 등 을 포함하여 생성해주셔야 합니다.

해야할 일

기존 파일들을 이용하시거나 새로운 파일을 생성하여 완성하시면 되겠습니다.
게시판 및 댓글의 수정, 삭제는 작성자만 가능하도록 해주시면 되겠습니다.

  • 게시판 목록

    • size 가 10 인 pagination 을 이용합니다.
  • 게시판 생성

    • 생성 후에는 목록 페이지로 이동합니다.
  • 게시판 상세

    • 게시판에 달린 댓글 목록을 포함 합니다.
  • 게시판 수정

    • 수정 후에는 게시판 상세 페이지로 이동합니다.
  • 게시판 삭제

    • 삭제 후에는 목록 페이지로 이동합니다.
    • 게시판에 달린 댓글을 모두 삭제 합니다.
  • 댓글 목록

    • pagination 이 없어도 됩니다.
  • 댓글 생성

규칙

  • branch 는 master 가 아닌 새로 생성하여 push 해주시면 되겠습니다.
  • branch 명은 편하실대로 생성하시면 되겠습니다.
  • 예시로 생성된 views blade 파일들을 이용하시거나 새로 만드시면 되겠습니다.
  • database\migrations 에 추가할 table 에 대한 migration 을 생성해주시면 되겠습니다.
  • App\Http\Controllers 에 추가할 Controller 를 생성해주시면 되겠습니다.
  • App\Models 에 추가할 Model 을 생성해주시면 되겠습니다.
  • resources\views 에 추가할 blade 를 생성해주시면 되겠습니다.
  • routes\web.php 파일에 route 관련된 내용을 추가해주시면 되겠습니다.

비고

  • dummy 데이터는 factories, seeders 등을 이용하셔도 되겠습니다.

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.