-
초.중.고 학생의 일정 관리 서비스. 공유 캘린더
- Express.js
- MySQL
- JWT
- AWS Lightsail
자세한 시연영상은 아래의 네이버 블로그에서 확인 가능
module.exports = { host : 'localhost', user : 'root', password : 'password', database : 'database' }
module.exports = { id: 'id', // google id pw: 'password', // google password };
exports.basic_profile = 'basicprofile.ext'; exports.basic_thumbnail = 'basicthumbnail.ext';
PORT=3000 NEIS_KEY = 'neis key' JWT_SECRET = 'jwt secret'
./public/image/basicprofile.ext ./public/image/basicthumbnail.ext
yarn start