Skip to content

중고 책 거래 플랫폼 토이 프로젝트입니다.

License

Notifications You must be signed in to change notification settings

jjongbumeee/magicSora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

마법의 소라고동 프로젝트

관련 뉴스, 칼럼

Team Member

이름 Github 링크 역할
이영훈 https://github.com/lee20h B/E, DB
정종범 https://github.com/jjongbumeee F/E, 프로젝트 기획
허수혁 https://github.com/jalyice F/E, 디자인, documentation

개발 팀원의 경우 Magicsora Notion 참고


Project Settings

  • B/E, F/E 구분하여 구성되었으며, npm을 이용하여 관리

  • F/E, B/E 프로젝트 Clone 이후 각각 npm install 실행

    cd backend
    npm install
    cd ../frontend
    npm install

  • Backend(Express) 실행 방법(mysql이 설정되어 있어야 함)

    npm start
    dev 개발환경 실행은 npm run dev - nodemon 적용 + Concurrently 적용

  • DB 연결 주소 입력

    • /frontend/src/assets/iptable.json 파일 생성

    • {"host" : "DB주소"} 입력 후 저장

    • ex) {"host" : "http://localhost:3000"}

    • /backend/config/config.json 파일 생성

    • {"host" : "DB host 주소", "username" : "DB username", "password" : "DB PW", "database" : "DB 명"} development, test, production 구분하여 입력 후 저장

  • Frontend 빌드 방법

    npm run build

About

중고 책 거래 플랫폼 토이 프로젝트입니다.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published