Skip to content

SNS HTTP API 서버 개발(JWT, 태그, 좋아요, 검색, 정렬, 필터링, 페이징) #5차

Notifications You must be signed in to change notification settings

coldrain-f/sns-api-server

Repository files navigation

SNS HTTP API Server

🏹 기술 스택

NestJS TypeScript MySQL Redis


🛰️ 원티드 프리온보딩 요구사항 분석

유저 엔티티 필요 속성 분석

게시글 엔티티 필요 속성 분석

해시태그 엔티티 필요 속성 분석

좋아요 엔티티 필요 속성 분석


🛰️ API 명세서

포스트맨 API 문서


🔀 ERD(Entity Relationship Diagram)

image

✨ 프로젝트 구조

project/
├─ src/
│  ├─ boards
│  ├─ boards-hashtags
│  ├─ common
│  ├─ database
│  ├─ hashtags
│  ├─ likes
│  ├─ users
├─ app.controller.ts
├─ app.module.ts
├─ app.service.ts
├─ main.ts

About

SNS HTTP API 서버 개발(JWT, 태그, 좋아요, 검색, 정렬, 필터링, 페이징) #5차

Topics

Resources

Stars

Watchers

Forks