Skip to content

hyoseok0/nextjs-restful-api

Repository files navigation

sample project

시작 script

yarn && yarn dev

기술스택

directory 구성

  • components : React component
  • pages : 페이지 React component, api
  • server : BFF 의 api 사용 파일
    • externalAPI
      • 외부 API 연동 로직
      • 디렉토리 구조
        • 1depth : API 제공 주체(ex - 조직, domain)
        • 2depth : API 종류(ex - path prefix)
    • util : 공통 util
  • share : client 와 server 간 공통 로직
    • type : typescript 에서 사용되는 type
  • style : style

base

https://github.com/vercel/next.js/tree/canary/examples/api-routes-rest

About

restful api 와 next.js 기반 front boiler plate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published