- 🦁 중앙대학교 멋쟁이사자처럼 대학 10기 중커톤
- 🦁 프로젝트 일시: 2022.10.30 ~ Ing
- 눈사람을 꾸며주고 메시지를 작성하여 마음을 공유하는 따뜻한 크리스마스 이야기
📦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
☃️ 나영경 | ☃️ 최윤한 |
---|---|
서버 개발자 | 서버 개발자 |
프로젝트 세팅 서버 배포 DB 설계 Place API 작성 |
프로젝트 세팅 서버 배포 DB 설계 User, Snowman API 작성 |