Skip to content
@YU-SWE

YU-SWE

YUFOOD

시작하는 방법

  1. master 브랜치에서 프로젝트를 받아옵니다.
git clone https://github.com/YU-SWE/FE.git
  1. 코드가 있는 폴더로 이동을 합니다.
cd ./fe
  1. node_modules를 다운 받습니다.
npm install
  1. 설치 완료되면 현 위치에서 아래의 코드를 실행하여 프론트 서버를 실행합니다
npm start
  1. 웹 프론트 서버가 시작되면 웹 브라우저에서 아래의 주소로 들어갑니다
    http://localhost:3000
  1. master 브랜치에서 프로젝트를 받아옵니다.
git clone https://github.com/YU-SWE/BE.git
  1. Redis 다운로드

    • Window 다운로드 방법
      • https://github.com/microsoftarchive/redis/releases 에서 Redix-x64-3.0.504.msi 파일 다운로드
      • Next를 계속 누르며 다운로드
      • C:\Program Files\Redis\redis-server.exe 를 실행해 레디스 서버 실행
      • C:\Program Files\Redis\redis-cli.exe 실행
    • Mac 다운로드 방법
      • 터미널에서 redis를 install
        brew install redis
        
      • 터미널에서 redis 실행
      brew services start redis
      
  2. 프로젝트 폴더로 들어갑니다

cd ./BE
  1. build을 정리합니다
./gradlew clean build
  1. 받아온 프로젝트의 루트 폴더에서 실행합니다.
./gradlew.bat bootRun
  1. 웹 백엔드 서버가 구동되고 프론트엔드에서 접속한 사이트를 이용하면 됩니다.

선행 조건

JDK 17, MySQL 8.0.33 이상, NodeJS 20.17.0 이상, Spring Boot 3.3.4 이상

프론트 기술

  • NodeJS axios 통신
  • React


백엔드 기술

  • Spring Boot
  • JWT

Pinned Loading

  1. FE FE Public

    JavaScript

  2. BE BE Public

    Java

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…