Skip to content

7-cookies/NOoON-server

Repository files navigation


내가 만든 눈사람 ☃️ Server

  • 🦁 중앙대학교 멋쟁이사자처럼 대학 10기 중커톤
  • 🦁 프로젝트 일시: 2022.10.30 ~ Ing

☃️ Our Service

서비스 소개

  • 눈사람을 꾸며주고 메시지를 작성하여 마음을 공유하는 따뜻한 크리스마스 이야기

☃️ NOoON Server 프로젝트를 소개합니다 ☃️


🗂 프로젝트 폴더 구조

📦prisma
 ┗ 📜schema.prisma.ts
📦src
 ┣ 📂config
 ┃ ┗ 📜index.ts
 ┣ 📂controller
 ┃ ┣ 📜placeController.ts
 ┃ ┣ 📜snowmanController.ts
 ┃ ┣ 📜userController.ts
 ┃ ┗ 📜index.ts
 ┣ 📂dto
 ┃ ┣ 📂place
 ┃ ┃ ┣ 📜placeRequestDto.ts
 ┃ ┃ ┗ 📜placeResponseDto.ts
 ┃ ┣ 📂snowman
 ┃ ┃ ┣ 📜snowmanRequestDto.ts
 ┃ ┃ ┗ 📜snowmanResponseDto.ts
 ┃ ┗ 📂user
 ┃ ┃ ┗ 📜userRequestDto.ts
 ┃ ┃ ┗ 📜userResponseDto.ts
 ┣ 📂constants
 ┃ ┣ 📜index.ts
 ┃ ┣ 📜tokenType.ts
 ┃ ┣ 📜statusCode.ts
 ┃ ┣ 📜response.ts
 ┃ ┗ 📜responseMessage.ts
 ┣ 📂middleware
 ┃ ┣ 📜auth.ts
 ┃ ┗ 📜index.ts
 ┣ 📂routes
 ┃ ┣ 📜placeRouter.ts
 ┃ ┣ 📜snowmanRouter.ts
 ┃ ┣ 📜userRouter.ts
 ┃ ┗ 📜index.ts
 ┣ 📂service
 ┃ ┣ 📜placeService.ts
 ┃ ┣ 📜snowmanService.ts
 ┃ ┣ 📜userService.ts
 ┃ ┗ 📜index.ts
 ┣ 📂modules
 ┃ ┗ 📜jwtHandler.ts
 ┃ 📂dao
 ┃ ┣ 📜placeDao.ts
 ┃ ┣ 📜snowmanDao.ts
 ┃ ┣ 📜userDao.ts
 ┃ ┗ 📜index.ts
 ┗ 📜index.ts

🚀 실행 방법

$ glt clone https://github.com/7-cookies/NOoON-server.git

$ yarn

$ yarn prisma db push 

$ yarn primsa generate

$ yarn run dev


👨‍👧‍👦 Team

☃️ 나영경 ☃️ 최윤한
FVCproductions FVCproductions
서버 개발자 서버 개발자
프로젝트 세팅
서버 배포
DB 설계
Place API 작성
프로젝트 세팅
서버 배포
DB 설계
User, Snowman API 작성

About

⛄내가 만든 눈사람⛄ 서버

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published