GithubHelp home page GithubHelp logo

todoparty's Introduction

todoParty

이 프로젝트는 Spring Framework 기반의 프로젝트로 TODO LIST 기능을 구현하고있는 프로젝트 입니다.

디렉토리 구조

├── src                         # 소스 코드가 위치하는 디렉토리
│   ├── main                    # 메인 소스 코드가 위치하는 디렉토리
│   │   ├── java                # 자바 소스 코드가 위치하는 디렉토리
│   │   │   ├── comm.thesun4sky.�todoparty  # 기본 패키지 이름
│   │   │   │   ├── configuration # 스프링 설정 클래스들이 위치하는 디렉토리
│   │   │   │   ├── user        # 유저 관련 클래스(Controller, Service, Repository 등..)가 위치하는 디렉토리
│   │   │   │   ├── todo        # 할일(TODO) 관련 클래스(Controller, Service, Repository 등..)가 위치하는 디렉토리
│   │   │   │   ├── comment     # 댓글 관련 클래스(Controller, Service, Repository 등..)가 위치하는 디렉토리
│   │   │   │   ├── jwt         # JWT(Json Web Token) 관련 클래스들이 위치하는 디렉토리
│   │   │   │   └── SpringBlogApplication.java  # 스프링 애플리케이션의 진입점인 메인 클래스
│   │   └── resources           # 리소스 파일들이 위치하는 디렉토리
│   └── test                    # 테스트 소스 코드가 위치하는 디렉토리
├── build.gradle               # Gradle 빌드 스크립트 파일
├── settings.gradle            # Gradle 설정 파일
└── README.md                  # 프로젝트에 대한 설명이 담긴 마크다운 파일

ERD

https://drawsql.app/teams/teasun/diagrams/springblog-2 image

API 명세

https://documenter.getpostman.com/view/530494/2s9Ye8fuaj image image image image

Spring Security 인증

image (10)

todoparty's People

Contributors

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