DSM 취업 관리 시스템
|-- App
| |-- Derived
| |-- JOBIS-DSM-IOS.xcodeproj
| |-- Project.swift
| |-- Resources
| |-- Sources
| |-- Support
| `-- Tests
|-- Core
| |-- DesignSystem
| `-- JwtStore
|-- Domain
| |-- ApplicationsDomain
| |-- AuthDomain
| |-- BaseDomain
| |-- BookmarksDomain
| |-- CodesDomain
| |-- CompaniesDomain
| |-- RecruitmentsDomain
| |-- ReviewsDomain
| |-- StudentsDomain
| `-- UsersDomain
|-- Feature
| |-- BaseFeature
| |-- BookmarkFeature
| |-- BookmarkListFeature
| |-- FindCompanyFeature
| |-- HomeFeature
| |-- MainTabFeature
| |-- MenuFeature
| |-- MyPageFeature
| |-- RecruitmentFeature
| |-- RootFeature
| |-- SigninFeature
| |-- SignupFeature
| `-- SplashFeature
`-- Shared
|-- GlobalThirdPartyLibrary
`-- UtilityModule