Back-end

com
 ㄴ ssafy
     ㄴ glu
		         ㄴ domain
		         |   ㄴ user
		         |   |   ㄴ controller
		         |   |   ㄴ service
		         |   |   ㄴ dto
				     |   |   ㄴ repository
				     |   |   ㄴ entity
		         |   |   ㄴ exception
		         |   ㄴ post
		         |   |   ㄴ controller
		         |   |   ㄴ service
		         |   |   ㄴ dto
				     |   |   ㄴ repository
				     |   |   ㄴ entity
		         |   |   ㄴ exception
		         |   ㄴ class
		         |   |   ㄴ controller
		         |   |   ㄴ dto
				     |   |   ㄴ service
				     |   |   ㄴ entity
				     |   |   ㄴ repository
		         |   |   ㄴ exception 
		         |   ...
		         ㄴ global
		             ㄴ common
		             ㄴ config
		             ㄴ error
		             ㄴ util
		             ㄴ shared

Front-end

frontend
 ㄴ chatbot
	 ㄴ public
	 ㄴ src
	 	 ㄴ styles
	 	 ㄴ assets
	 	 		 ㄴ icons
	 	 		 ㄴ images
		 ㄴ api
		 ㄴ components
		 		 ㄴ atoms
		 		     ㄴ button
		 		     ㄴ card
		 		     ㄴ dropdown
		 		     ㄴ input
		 		     ㄴ paging
		 		     ㄴ table
		 ㄴ pages 
		 		 		 ㄴ board
		 		 		 		 		 ㄴ index.tsx
		 		 		 		 		 ㄴ [id].tsx
		 		 		 		 		 ㄴ board.module.css
		 		 		 		 		 ㄴ boardList.module.css
		 		 		 ㄴ login
		 		 		 		 		 ㄴ index.tsx
		 		 		 		 		 ㄴ login.module.css
		 		 		 ㄴ chat
		 		 		 		 		 ㄴ index.tsx
		 		 		 		 		 ㄴ [id].tsx
		 		 		 		 		 ㄴ chat.module.css
		 		 		 		 		 ㄴ chatList.module.css
		 ㄴ store
		 ㄴ utils
	 ㄴ .eslintc.json
	 ㄴ .prettierrc
	 ㄴ .next.config.mjs
	 ㄴ .package-lock.json
	 ㄴ .package.json
	 ㄴ .gitignore
	 ㄴ .env
	 ㄴ .tsconfig.json