소스 코드: https://github.com/aelassas/movinin
데모: https://movinin.dynv6.net:3004
이 아이디어는 모든 측면을 제어할 수 있는 완전히 맞춤화 가능하고 운영 가능한 부동산 임대 플랫폼을 경계 없이 구축하려는 열망에서 탄생했습니다.
이를 가능하게 한 기술 스택은 다음과 같습니다.
TypeScript의 수많은 장점 때문에 주요 디자인 결정이 TypeScript를 사용하기로 결정되었습니다. TypeScript는 강력한 타이핑, 도구 및 통합을 제공하여 디버그 및 테스트가 쉬운 고품질, 확장성, 읽기 쉽고 유지 관리가 쉬운 코드를 제공합니다.
저는 강력한 렌더링 기능을 위해 React를 선택했고, 유연한 데이터 모델링을 위해 MongoDB를, 안전한 결제 처리를 위해 Stripe를 선택했습니다.
이 스택을 선택하면 단순히 웹사이트와 모바일 앱을 구축하는 것이 아니라 강력한 오픈 소스 기술과 성장하는 개발자 커뮤니티를 기반으로 필요에 따라 발전할 수 있는 기반에 투자하는 것입니다.
이 섹션에서는 프런트엔드, 관리자 대시보드 및 모바일 앱의 기본 페이지를 볼 수 있습니다.
프런트엔드에서 고객은 이용 가능한 부동산을 검색하고, 부동산을 선택한 후 결제할 수 있습니다.
아래는 고객이 위치 및 시간을 지정하고 이용 가능한 매물을 검색할 수 있는 프런트엔드 메인 페이지입니다.
아래는 고객이 임대할 매물을 선택할 수 있는 메인 페이지 검색 결과입니다.
다음은 고객이 부동산의 세부정보를 볼 수 있는 페이지입니다.
아래는 숙소 이미지입니다.
아래는 고객이 렌탈 옵션을 설정하고 결제할 수 있는 결제 페이지입니다. 고객이 등록되지 않은 경우 결제와 등록을 동시에 할 수 있습니다. 아직 등록하지 않은 경우 비밀번호 설정을 위한 확인 및 활성화 이메일을 받게 됩니다.
아래는 로그인 페이지입니다. 프로덕션에서 인증 쿠키는 httpOnly, 서명, 보안 및 엄격한 sameSite입니다. 이러한 옵션은 XSS, CSRF 및 MITM 공격을 방지합니다. 인증 쿠키는 맞춤형 미들웨어를 통해 XST 공격으로부터도 보호됩니다.
아래는 회원가입 페이지입니다.
아래는 고객이 예약 내역을 확인하고 관리할 수 있는 페이지입니다.
아래는 고객이 예약 내역을 자세히 볼 수 있는 페이지입니다.
아래는 고객이 받은 알림을 확인할 수 있는 페이지입니다.
아래는 고객이 설정을 관리할 수 있는 페이지입니다.
아래는 고객이 비밀번호를 변경할 수 있는 페이지입니다.
그렇습니다. 프론트엔드의 메인 페이지입니다.
세 가지 유형의 사용자:
이 플랫폼은 여러 대행사와 협력하도록 설계되었습니다. 각 대행사는 관리 대시보드에서 해당 자산, 고객 및 예약을 관리할 수 있습니다. 플랫폼은 하나의 에이전시와만 작동할 수도 있습니다.
백엔드에서 관리자는 대행사, 자산, 위치, 고객 및 예약을 생성하고 관리할 수 있습니다.
새 대행사가 생성되면 자산, 고객 및 예약을 관리할 수 있도록 관리 대시보드에 액세스하기 위해 계정을 생성하라는 이메일을 받게 됩니다.
아래는 관리자 대시보드 로그인 페이지입니다.
아래는 관리자와 대행사가 예약을 확인하고 관리할 수 있는 대시보드 페이지입니다.
예약 상태가 변경되면 관련 고객에게 알림과 이메일이 전송됩니다.
아래는 매물을 조회하고 관리할 수 있는 페이지입니다.
아래는 관리자와 대행사가 이미지와 자산 정보를 제공하여 새로운 자산을 생성할 수 있는 페이지입니다. 무료 취소를 원하시면 0으로 설정하세요. 그렇지 않은 경우 옵션 가격을 설정하시거나, 포함을 원하지 않으시면 비워두세요.
아래는 관리자와 대행사가 속성을 편집할 수 있는 페이지입니다.
아래는 관리자가 고객을 관리할 수 있는 페이지입니다.
아래는 대행사가 관리자 대시보드에서 예약을 생성하려는 경우 예약을 생성하는 페이지입니다. 그렇지 않은 경우 프런트엔드 또는 모바일 앱에서 결제 프로세스가 완료되면 예약이 자동으로 생성됩니다.
아래는 예약 수정 페이지입니다.
아래는 에이전시 관리 페이지입니다.
아래는 신규 에이전시를 생성하는 페이지입니다.
아래는 대행사 수정 페이지입니다.
아래는 에이전시 속성을 볼 수 있는 페이지입니다.
아래는 고객의 예약내역을 볼 수 있는 페이지입니다.
아래는 관리자와 대행사가 설정을 관리할 수 있는 페이지입니다.
다른 페이지도 있지만 관리자 대시보드의 메인 페이지입니다.
그렇습니다. 관리자 대시보드의 메인 페이지입니다.
API는 관리 대시보드, 프런트엔드 및 모바일 앱에 필요한 모든 기능을 노출합니다. API는 MVC 디자인 패턴을 따릅니다. 인증에는 JWT가 사용됩니다. 숙소, 예약, 고객 관리와 관련된 기능 등 인증이 필요한 기능과 인증되지 않은 사용자가 사용할 수 있는 숙소 및 위치 검색 등 인증이 필요하지 않은 기능도 있습니다.
index.ts는 API의 주요 진입점입니다.
import 'dotenv/config' import process from 'node:process' import fs from 'node:fs/promises' import http from 'node:http' import https, { ServerOptions } from 'node:https' import app from './app' import * as databaseHelper from './common/databaseHelper' import * as env from './config/env.config' import * as logger from './common/logger' if ( await databaseHelper.connect(env.DB_URI, env.DB_SSL, env.DB_DEBUG) && await databaseHelper.initialize() ) { let server: http.Server | https.Server if (env.HTTPS) { https.globalAgent.maxSockets = Number.POSITIVE_INFINITY const privateKey = await fs.readFile(env.PRIVATE_KEY, 'utf8') const certificate = await fs.readFile(env.CERTIFICATE, 'utf8') const credentials: ServerOptions = { key: privateKey, cert: certificate } server = https.createServer(credentials, app) server.listen(env.PORT, () => { logger.info('HTTPS server is running on Port', env.PORT) }) } else { server = app.listen(env.PORT, () => { logger.info('HTTP server is running on Port', env.PORT) }) } const close = () => { logger.info('Gracefully stopping...') server.close(async () => { logger.info(`HTTP${env.HTTPS ? 'S' : ''} server closed`) await databaseHelper.close(true) logger.info('MongoDB connection closed') process.exit(0) }) } ['SIGINT', 'SIGTERM', 'SIGQUIT'].forEach((signal) => process.on(signal, close)) }
Node.js와 Express를 사용하여 서버를 시작하는 TypeScript 파일입니다. dotenv, process, fs, http, https, mongoose 및 app을 포함한 여러 모듈을 가져옵니다. 그런 다음 HTTPS 환경 변수가 true로 설정되어 있는지 확인하고, 그렇다면 https 모듈과 제공된 개인 키 및 인증서를 사용하여 HTTPS 서버를 생성합니다. 그렇지 않으면 http 모듈을 사용하여 HTTP 서버를 생성합니다. 서버는 PORT 환경 변수에 지정된 포트에서 수신 대기합니다.
종료 신호가 수신되면 서버를 정상적으로 중지하도록 닫기 기능이 정의되어 있습니다. 서버와 MongoDB 연결을 닫은 후 상태 코드 0으로 프로세스를 종료합니다. 마지막으로 프로세스가 SIGINT, SIGTERM 또는 SIGQUIT 신호를 수신할 때 호출될 닫기 함수를 등록합니다.
app.ts는 API의 주요 진입점입니다.
import express from 'express' import compression from 'compression' import helmet from 'helmet' import nocache from 'nocache' import cookieParser from 'cookie-parser' import i18n from './lang/i18n' import * as env from './config/env.config' import cors from './middlewares/cors' import allowedMethods from './middlewares/allowedMethods' import agencyRoutes from './routes/agencyRoutes' import bookingRoutes from './routes/bookingRoutes' import locationRoutes from './routes/locationRoutes' import notificationRoutes from './routes/notificationRoutes' import propertyRoutes from './routes/propertyRoutes' import userRoutes from './routes/userRoutes' import stripeRoutes from './routes/stripeRoutes' import countryRoutes from './routes/countryRoutes' import * as helper from './common/helper' const app = express() app.use(helmet.contentSecurityPolicy()) app.use(helmet.dnsPrefetchControl()) app.use(helmet.crossOriginEmbedderPolicy()) app.use(helmet.frameguard()) app.use(helmet.hidePoweredBy()) app.use(helmet.hsts()) app.use(helmet.ieNoOpen()) app.use(helmet.noSniff()) app.use(helmet.permittedCrossDomainPolicies()) app.use(helmet.referrerPolicy()) app.use(helmet.xssFilter()) app.use(helmet.originAgentCluster()) app.use(helmet.crossOriginResourcePolicy({ policy: 'cross-origin' })) app.use(helmet.crossOriginOpenerPolicy()) app.use(nocache()) app.use(compression({ threshold: 0 })) app.use(express.urlencoded({ limit: '50mb', extended: true })) app.use(express.json({ limit: '50mb' })) app.use(cors()) app.options('*', cors()) app.use(cookieParser(env.COOKIE_SECRET)) app.use(allowedMethods) app.use('/', agencyRoutes) app.use('/', bookingRoutes) app.use('/', locationRoutes) app.use('/', notificationRoutes) app.use('/', propertyRoutes) app.use('/', userRoutes) app.use('/', stripeRoutes) app.use('/', countryRoutes) i18n.locale = env.DEFAULT_LANGUAGE helper.mkdir(env.CDN_USERS) helper.mkdir(env.CDN_TEMP_USERS) helper.mkdir(env.CDN_PROPERTIES) helper.mkdir(env.CDN_TEMP_PROPERTIES) helper.mkdir(env.CDN_LOCATIONS) helper.mkdir(env.CDN_TEMP_LOCATIONS) export default app
먼저 MongoDB 연결 문자열을 검색한 다음 MongoDB 데이터베이스와 연결을 설정합니다. 그런 다음 Express 앱을 만들고 cors, 압축, 헬멧 및 nocache와 같은 미들웨어를 로드합니다. 헬멧 미들웨어 라이브러리를 이용하여 다양한 보안 대책을 마련했습니다. 또한 공급자 경로, 예약 경로, 위치 경로, 알림 경로, 속성 경로, 사용자 경로 등 애플리케이션의 다양한 부분에 대한 다양한 경로 파일을 가져옵니다. 마지막으로 Express 경로를 로드하고 앱을 내보냅니다.
API에는 8개의 경로가 있습니다. 각 경로에는 MVC 디자인 패턴과 SOLID 원칙을 따르는 자체 컨트롤러가 있습니다. 주요 경로는 다음과 같습니다.
각 경로를 하나씩 설명하지는 않겠습니다. 예를 들어 propertyRoutes를 가져와서 그것이 어떻게 만들어졌는지 살펴보겠습니다. 소스코드를 탐색하고 모든 경로를 볼 수 있습니다.
propertyRoutes.ts는 다음과 같습니다.
import express from 'express' import multer from 'multer' import routeNames from '../config/propertyRoutes.config' import authJwt from '../middlewares/authJwt' import * as propertyController from '../controllers/propertyController' const routes = express.Router() routes.route(routeNames.create).post(authJwt.verifyToken, propertyController.create) routes.route(routeNames.update).put(authJwt.verifyToken, propertyController.update) routes.route(routeNames.checkProperty).get(authJwt.verifyToken, propertyController.checkProperty) routes.route(routeNames.delete).delete(authJwt.verifyToken, propertyController.deleteProperty) routes.route(routeNames.uploadImage).post([authJwt.verifyToken, multer({ storage: multer.memoryStorage() }).single('image')], propertyController.uploadImage) routes.route(routeNames.deleteImage).post(authJwt.verifyToken, propertyController.deleteImage) routes.route(routeNames.deleteTempImage).post(authJwt.verifyToken, propertyController.deleteTempImage) routes.route(routeNames.getProperty).get(propertyController.getProperty) routes.route(routeNames.getProperties).post(authJwt.verifyToken, propertyController.getProperties) routes.route(routeNames.getBookingProperties).post(authJwt.verifyToken, propertyController.getBookingProperties) routes.route(routeNames.getFrontendProperties).post(propertyController.getFrontendProperties) export default routes
먼저 Express Router를 만듭니다. 그런 다음 이름, 메서드, 미들웨어 및 컨트롤러를 사용하여 경로를 생성합니다.
routeNames에는 propertyRoutes 경로 이름이 포함되어 있습니다.
const routes = { create: '/api/create-property', update: '/api/update-property', delete: '/api/delete-property/:id', uploadImage: '/api/upload-property-image', deleteTempImage: '/api/delete-temp-property-image/:fileName', deleteImage: '/api/delete-property-image/:property/:image', getProperty: '/api/property/:id/:language', getProperties: '/api/properties/:page/:size', getBookingProperties: '/api/booking-properties/:page/:size', getFrontendProperties: '/api/frontend-properties/:page/:size', checkProperty: '/api/check-property/:id', } export default routes
propertyController에는 위치에 관한 주요 비즈니스 로직이 포함되어 있습니다. 컨트롤러의 소스 코드는 꽤 크기 때문에 모든 소스 코드를 볼 수는 없지만 컨트롤러 생성 기능을 예로 들어보겠습니다.
아래는 속성 모델입니다:
import { Schema, model } from 'mongoose' import * as movininTypes from ':movinin-types' import * as env from '../config/env.config' const propertySchema = new Schema<env.Property>( { name: { type: String, required: [true, "can't be blank"], }, type: { type: String, enum: [ movininTypes.PropertyType.House, movininTypes.PropertyType.Apartment, movininTypes.PropertyType.Townhouse, movininTypes.PropertyType.Plot, movininTypes.PropertyType.Farm, movininTypes.PropertyType.Commercial, movininTypes.PropertyType.Industrial, ], required: [true, "can't be blank"], }, agency: { type: Schema.Types.ObjectId, required: [true, "can't be blank"], ref: 'User', index: true, }, description: { type: String, required: [true, "can't be blank"], }, available: { type: Boolean, default: true, }, image: { type: String, }, images: { type: [String], }, bedrooms: { type: Number, required: [true, "can't be blank"], validate: { validator: Number.isInteger, message: '{VALUE} is not an integer value', }, }, bathrooms: { type: Number, required: [true, "can't be blank"], validate: { validator: Number.isInteger, message: '{VALUE} is not an integer value', }, }, kitchens: { type: Number, default: 1, validate: { validator: Number.isInteger, message: '{VALUE} is not an integer value', }, }, parkingSpaces: { type: Number, default: 0, validate: { validator: Number.isInteger, message: '{VALUE} is not an integer value', }, }, size: { type: Number, }, petsAllowed: { type: Boolean, required: [true, "can't be blank"], }, furnished: { type: Boolean, required: [true, "can't be blank"], }, minimumAge: { type: Number, required: [true, "can't be blank"], min: env.MINIMUM_AGE, max: 99, }, location: { type: Schema.Types.ObjectId, ref: 'Location', required: [true, "can't be blank"], }, address: { type: String, }, price: { type: Number, required: [true, "can't be blank"], }, hidden: { type: Boolean, default: false, }, cancellation: { type: Number, default: 0, }, aircon: { type: Boolean, default: false, }, rentalTerm: { type: String, enum: [ movininTypes.RentalTerm.Monthly, movininTypes.RentalTerm.Weekly, movininTypes.RentalTerm.Daily, movininTypes.RentalTerm.Yearly, ], required: [true, "can't be blank"], }, }, { timestamps: true, strict: true, collection: 'Property', }, ) const Property = model<env.Property>('Property', propertySchema) export default Property
아래는 부동산 유형입니다:
export interface Property extends Document { name: string type: movininTypes.PropertyType agency: Types.ObjectId description: string image: string images?: string[] bedrooms: number bathrooms: number kitchens?: number parkingSpaces?: number, size?: number petsAllowed: boolean furnished: boolean minimumAge: number location: Types.ObjectId address?: string price: number hidden?: boolean cancellation?: number aircon?: boolean available?: boolean rentalTerm: movininTypes.RentalTerm }
속성은 다음으로 구성됩니다:
아래는 컨트롤러 생성 기능입니다:
import 'dotenv/config' import process from 'node:process' import fs from 'node:fs/promises' import http from 'node:http' import https, { ServerOptions } from 'node:https' import app from './app' import * as databaseHelper from './common/databaseHelper' import * as env from './config/env.config' import * as logger from './common/logger' if ( await databaseHelper.connect(env.DB_URI, env.DB_SSL, env.DB_DEBUG) && await databaseHelper.initialize() ) { let server: http.Server | https.Server if (env.HTTPS) { https.globalAgent.maxSockets = Number.POSITIVE_INFINITY const privateKey = await fs.readFile(env.PRIVATE_KEY, 'utf8') const certificate = await fs.readFile(env.CERTIFICATE, 'utf8') const credentials: ServerOptions = { key: privateKey, cert: certificate } server = https.createServer(credentials, app) server.listen(env.PORT, () => { logger.info('HTTPS server is running on Port', env.PORT) }) } else { server = app.listen(env.PORT, () => { logger.info('HTTP server is running on Port', env.PORT) }) } const close = () => { logger.info('Gracefully stopping...') server.close(async () => { logger.info(`HTTP${env.HTTPS ? 'S' : ''} server closed`) await databaseHelper.close(true) logger.info('MongoDB connection closed') process.exit(0) }) } ['SIGINT', 'SIGTERM', 'SIGQUIT'].forEach((signal) => process.on(signal, close)) }
프런트엔드는 Node.js, React, MUI 및 TypeScript로 구축된 웹 애플리케이션입니다. 고객은 프런트엔드에서 승하차 지점과 시간에 따라 이용 가능한 차량을 검색하고 차량을 선택한 후 결제를 진행할 수 있습니다.
TypeScript 유형 정의는 ./packages/movinin-types 패키지에 정의되어 있습니다.
App.tsx가 주요 반응 앱입니다:
import express from 'express' import compression from 'compression' import helmet from 'helmet' import nocache from 'nocache' import cookieParser from 'cookie-parser' import i18n from './lang/i18n' import * as env from './config/env.config' import cors from './middlewares/cors' import allowedMethods from './middlewares/allowedMethods' import agencyRoutes from './routes/agencyRoutes' import bookingRoutes from './routes/bookingRoutes' import locationRoutes from './routes/locationRoutes' import notificationRoutes from './routes/notificationRoutes' import propertyRoutes from './routes/propertyRoutes' import userRoutes from './routes/userRoutes' import stripeRoutes from './routes/stripeRoutes' import countryRoutes from './routes/countryRoutes' import * as helper from './common/helper' const app = express() app.use(helmet.contentSecurityPolicy()) app.use(helmet.dnsPrefetchControl()) app.use(helmet.crossOriginEmbedderPolicy()) app.use(helmet.frameguard()) app.use(helmet.hidePoweredBy()) app.use(helmet.hsts()) app.use(helmet.ieNoOpen()) app.use(helmet.noSniff()) app.use(helmet.permittedCrossDomainPolicies()) app.use(helmet.referrerPolicy()) app.use(helmet.xssFilter()) app.use(helmet.originAgentCluster()) app.use(helmet.crossOriginResourcePolicy({ policy: 'cross-origin' })) app.use(helmet.crossOriginOpenerPolicy()) app.use(nocache()) app.use(compression({ threshold: 0 })) app.use(express.urlencoded({ limit: '50mb', extended: true })) app.use(express.json({ limit: '50mb' })) app.use(cors()) app.options('*', cors()) app.use(cookieParser(env.COOKIE_SECRET)) app.use(allowedMethods) app.use('/', agencyRoutes) app.use('/', bookingRoutes) app.use('/', locationRoutes) app.use('/', notificationRoutes) app.use('/', propertyRoutes) app.use('/', userRoutes) app.use('/', stripeRoutes) app.use('/', countryRoutes) i18n.locale = env.DEFAULT_LANGUAGE helper.mkdir(env.CDN_USERS) helper.mkdir(env.CDN_TEMP_USERS) helper.mkdir(env.CDN_PROPERTIES) helper.mkdir(env.CDN_TEMP_PROPERTIES) helper.mkdir(env.CDN_LOCATIONS) helper.mkdir(env.CDN_TEMP_LOCATIONS) export default app
각 경로를 로드하기 위해 React 지연 로딩을 사용하고 있습니다.
프런트엔드의 각 페이지를 다루지는 않지만 소스 코드를 탐색하여 각 페이지를 볼 수 있습니다.
이 플랫폼은 Android 및 iOS용 기본 모바일 앱을 제공합니다. 모바일 앱은 React Native, Expo 및 TypeScript로 구축되었습니다. 프런트엔드와 마찬가지로 모바일 앱에서도 고객이 승하차 지점과 시간에 따라 이용 가능한 차량을 검색하고 차량을 선택한 후 결제를 진행할 수 있습니다.
백엔드에서 예약이 업데이트되면 고객은 푸시 알림을 받습니다. 푸시 알림은 Node.js, Expo Server SDK 및 Firebase로 구축되었습니다.
TypeScript 유형 정의는 다음 위치에 정의되어 있습니다.
./mobile/types/는 다음과 같이 ./mobile/tsconfig.json에 로드됩니다.
import 'dotenv/config' import process from 'node:process' import fs from 'node:fs/promises' import http from 'node:http' import https, { ServerOptions } from 'node:https' import app from './app' import * as databaseHelper from './common/databaseHelper' import * as env from './config/env.config' import * as logger from './common/logger' if ( await databaseHelper.connect(env.DB_URI, env.DB_SSL, env.DB_DEBUG) && await databaseHelper.initialize() ) { let server: http.Server | https.Server if (env.HTTPS) { https.globalAgent.maxSockets = Number.POSITIVE_INFINITY const privateKey = await fs.readFile(env.PRIVATE_KEY, 'utf8') const certificate = await fs.readFile(env.CERTIFICATE, 'utf8') const credentials: ServerOptions = { key: privateKey, cert: certificate } server = https.createServer(credentials, app) server.listen(env.PORT, () => { logger.info('HTTPS server is running on Port', env.PORT) }) } else { server = app.listen(env.PORT, () => { logger.info('HTTP server is running on Port', env.PORT) }) } const close = () => { logger.info('Gracefully stopping...') server.close(async () => { logger.info(`HTTP${env.HTTPS ? 'S' : ''} server closed`) await databaseHelper.close(true) logger.info('MongoDB connection closed') process.exit(0) }) } ['SIGINT', 'SIGTERM', 'SIGQUIT'].forEach((signal) => process.on(signal, close)) }
App.tsx는 React Native 앱의 주요 진입점입니다.
'react-native-gesture-handler' 가져오기 import React, { useCallback, useEffect, useRef, useState } from 'react' 'react-native-root-siblings'에서 { RootSiblingParent } 가져오기 '@react-navigation/native'에서 가져오기 { NavigationContainer, NavigationContainerRef } 'expo-status-bar'에서 { StatusBar를 ExpoStatusBar로 } 가져오기 'react-native-safe-area-context'에서 { SafeAreaProvider } 가져오기 'react-native-paper'에서 { 제공자 } 가져오기 *를 'expo-splash-screen'에서 SplashScreen으로 가져오기 *를 'expo-notifications'에서 알림으로 가져오기 '@stripe/stripe-react-native'에서 { StripeProvider } 가져오기 './comComponents/DrawerNavigator'에서 DrawerNavigator 가져오기 *를 './common/helper'에서 도우미로 가져오기 *를 './services/NotificationService'에서 NotificationService로 가져오기 *를 './services/UserService'에서 UserService로 가져오기 './context/GlobalContext'에서 { GlobalProvider } 가져오기 * './config/env.config'에서 env로 가져오기 알림.setNotificationHandler({ handlerNotification: async () => ({ shouldShowAlert: 사실, shouldPlaySound: 사실, shouldSetBadge: 사실, }), }) // // 앱 구성요소 선언 전에 기본 스플래시 화면이 자동 숨김되는 것을 방지합니다. // SplashScreen.preventAutoHideAsync() .then((result) => console.log(`SplashScreen.preventAutoHideAsync() 성공: ${result}`)) .catch(console.warn) // 오류를 명시적으로 포착하고 검사하는 것이 좋습니다. const 앱 = () => { const [appIsReady, setAppIsReady] = useState(false) const responseListener = useRef<Notifications.Subscription>() const NavigationRef = useRef<NavigationContainerRef<StackParams>>(null) useEffect(() => { const 레지스터 = 비동기() => { const LoggedIn = UserService.loggedIn()을 기다립니다. if (로그인) { const currentUser = UserService.getCurrentUser()를 기다립니다. if (현재사용자?._id) { helper.registerPushToken(currentUser._id)을 기다립니다. } 또 다른 { 도우미.오류() } } } // // 푸시 알림 토큰 등록 // 등록하다() // // 이 리스너는 사용자가 알림을 탭하거나 알림과 상호작용할 때마다 시작됩니다(앱이 포그라운드, 백그라운드 또는 종료될 때 작동). // responseListener.current = 알림.addNotificationResponseReceivedListener(async (응답) => { 노력하다 { if (navigationRef.current) { const { 데이터 } = response.notification.request.content if (data.booking) { if (data.user && data.notification) { 알림Service.markAsRead(data.user, [data.notification])를 기다립니다. } NavigationRef.current.navigate('예약', { id: data.booking }) } 또 다른 { NavigationRef.current.navigate('알림', {}) } } } 잡기 (오류) { helper.error(err, false) } }) 반환() => { 알림.제거알림구독(responseListener.current!) } }, []) setTimeout(() => { setAppIsReady(true) }, 500) const onReady = useCallback(async () => { if (appIsReady) { // // 스플래시 화면을 즉시 숨기도록 지시합니다! 나중에 이것을 호출하면 // `setAppIsReady`, 그러면 앱이 실행되는 동안 빈 화면이 나타날 수 있습니다. // 초기 상태를 로드하고 첫 번째 픽셀을 렌더링합니다. 그래서 대신, // 루트 뷰가 이미 있다는 것을 알고 나면 스플래시 화면을 숨깁니다. // 레이아웃을 수행했습니다. // SplashScreen.hideAsync()를 기다립니다. } }, [appIsReady]) if (!appIsReady) { null을 반환 } 반품 ( <글로벌 제공자> <SafeAreaProvider> <공급자> <StripeProvider 게시 가능 키={env.STRIPE_PUBLISHABLE_KEY} MerchantIdentifier={env.STRIPE_MERCHANT_IDENTIFIER}> <RootSiblingParent> <NavigationContainer ref={navigationRef} onReady={onReady}> <엑스포상태바> <p>모바일 앱의 화면을 일일이 다루지는 않지만, 소스코드를 검색해서 하나하나 보실 수 있습니다.</p> <h2> 관리 대시보드 </h2> <p>관리 대시보드는 Node.js, React, MUI 및 TypeScript로 구축된 웹 애플리케이션입니다. 백엔드에서 관리자는 공급업체, 자동차, 위치, 고객 및 예약을 생성하고 관리할 수 있습니다. 백엔드에서 새로운 공급업체가 생성되면 관리 대시보드에 액세스하고 차량 및 예약을 관리하기 위해 계정을 생성하라는 이메일을 받게 됩니다.</p>
TypeScript 유형 정의는 ./packages/movinin-types 패키지에 정의되어 있습니다.
관리 대시보드의 App.tsx는 프런트엔드의 App.tsx와 유사한 로직을 따릅니다.
관리 대시보드의 각 페이지를 다루지는 않지만 소스 코드를 탐색하고 각 페이지를 볼 수 있습니다.
React Native와 Expo를 사용하여 모바일 앱을 구축하는 것은 매우 쉽습니다. Expo는 React Native를 사용한 모바일 개발을 매우 간단하게 만듭니다.
백엔드, 프론트엔드, 모바일 개발에 동일한 언어(TypeScript)를 사용하면 매우 편리합니다.
TypeScript는 매우 흥미로운 언어이며 많은 장점을 가지고 있습니다. JavaScript에 정적 유형 지정을 추가하면 많은 버그를 방지하고 디버그 및 테스트가 쉬운 고품질, 확장성, 읽기 및 유지 관리가 용이한 코드를 생성할 수 있습니다.
그렇습니다! 이 글을 재미있게 읽으셨기를 바랍니다.
위 내용은 제로에서 점포까지: 부동산 임대 플랫폼을 구축하는 나의 여정의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!