An open API service indexing awesome lists of open source software.

https://github.com/pgmjun/study_backend

BackEnd 관련 공부기록
https://github.com/pgmjun/study_backend

Last synced: 12 months ago
JSON representation

BackEnd 관련 공부기록

Awesome Lists containing this project

README

          

# Study_BackEnd

## HTTP

**HTTP 학습 기록**

- BackEnd 를 다루기 위해 필요한 HTTP 기본 지식 습득을 위한 공부 기록.

![web-design-template-copy-space-concept](https://user-images.githubusercontent.com/84304802/144785070-030eee80-2a9a-484d-85b8-da65ff69d45a.jpg)

- [HTTP-TIL(Today I Learned)](https://github.com/PgmJun/Study_BackEnd/blob/main/HTTP/HTTP-TIL.md#http-til)

## SQL

**SQL 학습 기록**

- SQLD 자격증 취득 목표
- 기초 내용 부터 몰랐던 내용 헷갈리는 내용 공부한 뒤 기록

![1026](https://user-images.githubusercontent.com/84304802/144785044-101fe2e2-1eb6-4b34-b1b3-aa8c6ae50e98.jpg)

- [SQL-TIL(Today I Learned)](https://github.com/PgmJun/Study_BackEnd/blob/main/SQL/SQL-TIL.md#sql-til)

## Check-Inbody

**영양관련 정보 제공 웹 사이트 개발 토이 프로젝트** (개발중)

- 신체정보 기록(성별/ 나이/ 체중/ 몸무게/ 키/ 일일평균운동시간/ 일상활동량) 입력 시
기초대사량 및 탄단지매크로 제공
- 다이어트 도우미
시작일/종료일/현재체중/감량목표체중 입력하면 DB에서 최근 신체정보 기록 불러와서 계산해줌
- 탄단지 식품 추천(GI,GL지표 같이 제공)

### FrontEnd

- HTML
- CSS

### BackEnd

- JAVA
- Spring-Boot

- JPA
- H2 DataBase

ㅇㅁㅇ

## Inflearn

**Inflearn 강의 학습 파일 기록**

- Spring
- [스프링 기초](https://github.com/PgmJun/Study_BackEnd/tree/main/inflearn/Spring/core)
- [스프링 핵심](https://github.com/PgmJun/Study_BackEnd/tree/main/inflearn/Spring/hello-spring)
- [스프링MVC](https://github.com/PgmJun/Study_BackEnd/tree/main/inflearn/Spring/servlet)