GithubHelp home page GithubHelp logo

gon125 / knu-movie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leehanseong7/knu_databaseteam5

0.0 1.0 0.0 21.72 MB

KNU database project repository

Java 52.24% HTML 0.91% CSS 0.63% JavaScript 41.99% PLSQL 4.23%

knu-movie's Introduction

KNUMovie

KNU database project repository

<경북대학교 데이터베이스 KNU Movie site> DB 구축 ‘DB 생성’ 디렉토리의 sql 파일 활용, sql 파일들은 oracle 동작 기준으로 작성됨 ‘1. table create’ 의 파일을 통해 table 생성 ‘2. data population’의 파일을 통해 tuple population 이후 commit 해주어야 함! admin 계정은 : (admin1 / admin) ,(admin2 / admin), (admin3 / admin) 환경설정 properties app.properties 내부에는 region=KR (서버 지역) db.properties 내부에는 driver=oracle.jdbc.driver.OracleDriver (jdbc DB driver) url=jdbc:oracle:thin:@localhost:32769:orcl (DB url) username=university (DB user name) password=comp322 (DB user password) 실행방법 *모든 실행 파일들은 제출물의 ‘Phase4 실행파일’ 폴더 안에 있습니다. back-end server jar file 경로로 terminal 을 연다. app.properties, db.properties 파일을 db 설정에 맞게 변경한다. 아래의 명령어로 back-end server를 실행한다. java 11 버전 이상을 지원한다. java -Dapp.properties="./app.properties" -Ddb.properties="./db.properties" -jar app-1.0.1.jar front-end UI 폴더 경로로 terminal 을 연다. 아래의 명령어를 입력한다. Node.js 가 설치되어 있어야한다. npm install (dependencies install) npm start 해당 명령어를 입력하게 되면 의존성 설치가 되고, 웹 UI가 브라우저에서 실행된다. 3000번 기본 포트로 실행해야한다.

knu-movie's People

Contributors

gon125 avatar hyunsu1227 avatar leehanseong7 avatar

Watchers

 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.