Giter VIP home page Giter VIP logo

tooktak's Introduction

Tooktak

산학협력프로젝트 과목 (3230) 팀프로젝트입니다.

실행 방법

공통

  • 터미널을 각각 Tooktak\backendTooktak\frontend의 경로로 이동해주세요.
  • npm install 명령어로 package.json 내의 모듈을 설치합니다.
    • 만약, 동작하지 않는다면 npm update 로 업데이트를 진행해주세요.
    • 그래도 동작하지 않는다면 npm cache cleannpm uninstall 명령어를 사용해 모듈을 삭제 후 다시 시도해주세요.

Tooktak\frontend

Tooktak\backend

  • cp .env.example .env 명령어를 사용해 .env파일을 세팅해주세요.
  • 로컬에서 mongodb를 설치 및 실행해주세요. install mongodb community-edition
    • url을 mongodb://127.0.0.1:27017/voinosis로 세팅해주세요. # voinosis : database명
    • MongoDB Compass를 사용하면 GUI로 이용할 수 있습니다.
  • npm run dev 명령어로 프로그램을 실행할 수 있습니다.
    • 코드 수정 시, 새로 고침을 해주면 즉시 반영됩니다.
  • npm run test 명령어로 테스트를 실행할 수 있습니다.
    • 테스트 코드는 Tooktak\backend\tests 경로에 있습니다.
    • 테스트 코드를 작성할 때는 *.test.js로 파일명을 작성해주세요.
    • vscode Test Explorer UIjest extension을 설치하면 GUI로 테스트를 실행할 수 있습니다.

실행되는 포트 번호입니다.

  • frontend: 3000
  • backend: 3001

tooktak's People

Contributors

jhmin99 avatar kisusu115 avatar dldyou avatar sj030 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.