Coder Social home page Coder Social logo

lee20h / magicsora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jjongbumeee/magicsora

1.0 1.0 0.0 63.39 MB

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

License: Apache License 2.0

HTML 6.93% JavaScript 29.02% Vue 63.45% Pug 0.60%
vue express toy-project mysql

magicsora's Introduction

마법의 소라고동 프로젝트

관련 뉴스, 칼럼

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

magicsora's People

Contributors

jjongbumeee avatar lee20h avatar dependabot[bot] avatar

Stargazers

YouTeak Lim avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.