Log in

login을 처리할 수 있는 out-of-box code임. server side에서는 node passport를 활용하여 로칼뿐 아니라,google,facebook,githug 등 다양한 전략을 수행한다chart,table,html문서등의 요소를 drag and drop으로 화면에 배치할 수 있다. 주제와 목적에 따라 복수의 dashboard를 생성하여 리스트로 관리한다.

GitHub license

대쉬보드기능을 제공하는 오픈소스. 차트,테이블,html문서 등을 drag & drop으로 배치할 수 있다. 각 오브젝트의 레이아웃과 사이즈변경을 할수 있으며. 각각의 오브젝트를 생성, 수정, 삭제할 수 있다. 주제별로 여러개의 대쉬보드는 생성할 수 있고, 리스트로 관리할 수 있다.

Install

# Github
git clone https://github.com/ykn9080/imclogin
cd /client
npm start //client module init
docker-compose up //using docker
# Docker
docker pull yknam/imclogin //server
docker run --name imclogin -p 8006:80 -d yknam/imclogin

Usage basic

Author

👤 Youngki Nam

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator