Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
/ Dandi_Server Public archive

2019 2학기 나르샤 프로젝트(서버)

Notifications You must be signed in to change notification settings

Choi-Jinwoo/Dandi_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dandi

개요

기술 스택

  • Express.js
  • MySQL
  • JWT
  • AWS Lightsail

기능 - 웹

로그인/회원가입

image image

채널 생성

image

채널 가입

image

일정 관리

image

기능 - 안드로이드

로그인/회원가입

image

채널 생성

image

채널 관리

image

일정 관리

image

기능 - 윈도우

로그인

image

일정 조회

image

자세한 시연영상은 아래의 네이버 블로그에서 확인 가능

관련 글

config

database.js
module.exports = {
  host : 'localhost',
  user : 'root',
  password : 'password',
  database : 'database'
}
emailAccount.js
module.exports = {
id: 'id', // google id
pw: 'password', // google password
};
imageInfo.js
exports.basic_profile = 'basicprofile.ext';
exports.basic_thumbnail = 'basicthumbnail.ext';

dotenv

PORT=3000
NEIS_KEY = 'neis key'
JWT_SECRET = 'jwt secret'

file

./public/image/basicprofile.ext
./public/image/basicthumbnail.ext

start

yarn start

About

2019 2학기 나르샤 프로젝트(서버)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages