https://github.com/pgmjun/study_backend
BackEnd 관련 공부기록
https://github.com/pgmjun/study_backend
Last synced: 12 months ago
JSON representation
BackEnd 관련 공부기록
- Host: GitHub
- URL: https://github.com/pgmjun/study_backend
- Owner: PgmJun
- Created: 2021-09-22T13:23:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T02:07:43.000Z (over 3 years ago)
- Last Synced: 2025-04-14T09:59:19.135Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study_BackEnd
## HTTP
**HTTP 학습 기록**
- BackEnd 를 다루기 위해 필요한 HTTP 기본 지식 습득을 위한 공부 기록.

- [HTTP-TIL(Today I Learned)](https://github.com/PgmJun/Study_BackEnd/blob/main/HTTP/HTTP-TIL.md#http-til)
## SQL
**SQL 학습 기록**
- SQLD 자격증 취득 목표
- 기초 내용 부터 몰랐던 내용 헷갈리는 내용 공부한 뒤 기록

- [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)