느려도 괜찮은 키오스크, 폴리스크
Kiosk for Everyone
2019학년도 AWS 해커톤
모두가 편하게 사용할 수 있는 키오스크, 폴리스크
- Node.js + Express
- MySQL
- React.js
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
Just go on official Node.js website and download the installer.
Also, be sure to have git
available in your PATH, npm
might need it (You can find git here).
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm
You can find more information about the installation on the official Node.js website and the official NPM website. If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3
$ npm --version
v6.1.0
If you need to update npm
, you can make it using npm
! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"aws-sdk": "^2.577.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"parcel-bundler": "^1.12.3",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.1.2",
"react-webcam": "^4.0.0",
"semantic-ui-react": "^0.88.1",
"styled-components": "^4.4.0",
"react-html5-camera-photo": "^1.5.2",
"axios": "^0.19.0"
},
"dependencies": {
"base64-to-image": "^1.0.2"
}
"dependencies": {
"aws-sdk": "^2.575.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"promise-mysql": "^4.1.1"
}
- Clone the repo
$ git clone https://github.com/4AMPOLLY/POLLYSK.git
- install modules
$ npm install
- Run server
$ npm start
- AWS EC2
- Project Link: https://github.com/4AMPOLLY/POLLYSK
- 이시연 (siyeons) : Server, AWS EC2/RDS/S3/REKOGNITION
- 김주현 (juhyeon96) : Server, AWS REKOGNITION
- 윤서현 (seohyun0120) : Client, AWS Polly
- 신동선 (shindongsun0) : Server, AWS Polly