Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.03 KB

Welcome to the NFT 깐부 플랫폼

배포 서버

프로젝트 설명

https://codestates.notion.site/4-7f7b634e8de8494bbc618505992566c2

How to deploy?

required stack : node.js, npm, mysql

[backend].

  • config/config.json 수정 : db password, host_metadata(서버 주소), cors_allow(서버 주소), KAS API.
  • npm install
  • npx sequelize-cli db:create
  • npx sequelize-cli db:migrate
  • npm start

[frontend].

  • .env 수정 : backend 서버 uri
  • npm install
  • npm run build
  • npm run start