Skip to content

3-1 데이터베이스 수업 기말 대체 프로젝트

Notifications You must be signed in to change notification settings

YoungJae98/Database_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프로그램 실행 메뉴얼

  1. node.js를 설치합니다. (설치할때 npm도 같이 설치됨)

  2. 설치할때, 환경변수 설정을 한다는 부분에 체크를 하면(보통 이미 체크가 되어있음) 바로 환경변수에 경로 추가가 됩니다.

  3. cmd에서 다운받은 Project 디렉토리로 들어갑니다.

  4. npm install -s pm2 를 통해서 pm2를 설치해줍니다.(설치 후 아랫단계가 안된다면 -g로 다시 시도)

  5. pm2 설치가 완료되었다면, Project 디렉토리에서 pm2 start app.js를 실행시킵니다.

  6. 실행시킨 후 크롬 브라우저에서 localhost:3000/ 로 접속하면 프로그램 이용이 가능합니다.

  7. 프로그램 이용이 다 끝난 후 cmd창에서 pm2 kill을 입력해주면 실행이 멈추게 됩니다.

(만약 위와 같이 했는데 실행이 안될 경우)

  • express나 body-parser, mysql, cookie, sanitize-html을 찾을 수 없다는 에러라면

npm install -s express npm install -s body-parser npm install -s mysql npm install -s cookie npm insatll -s sanitize-html npm install -s express-session

위의 명령어들을 차례로 실행시킨 후 해당 디렉토리에서 다시 pm2 start app.js를 실행시 프로그램 이용이 가능합니다.


Vehicle logo

따릉이 & 씽씽이 서비스

Sejong University DataBase in 2020


목차

프로젝트 소개

  • 따릉이(공유 자전거), 씽씽이(공유 전동 킥보드) 이용 및 관리 서비스

  • 프로젝트 개발 환경 : VS Code

  • 프로젝트 언어 : Html, Css, JavaScript, Node.JS

실행 화면

추가 예정

실행 방법

  • Download the latest release.
  • Clone the repo: https://github.com/YoungJae98/Database_Project.git
  • Node.js, pm2 설치
  • pm2 start app.js 입력 후 localhost:3000/ 로 접속
  • pm2 kill 로 종료

시스템 구성도

시스템구성도_사용자

시스템구성도_관리자

릴레이션 스키마

릴레이션 스키마

ER 다이어그램

물리 ERD

버그 및 기능 요청

여기에 해주세요

기여자 정보

양재연

김영재

About

3-1 데이터베이스 수업 기말 대체 프로젝트

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published