Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangmin802/dnfrank
https://github.com/sangmin802/dnfrank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sangmin802/dnfrank
- Owner: sangmin802
- Created: 2020-05-08T06:28:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:57:50.000Z (about 2 years ago)
- Last Synced: 2024-05-28T21:24:05.702Z (8 months ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnfrank (Vanila JavaScript)
* 네오플 Open API를 활용한 유저 검색기능
* RESTful API 활용
* 다른 도메인 || 포트로 인한 CORS ERROR -> 오픈 프록시 서버 활용(보안상 비추천)
* Node.js + MySQL 연동을 통한 회원가입, 로그인 기능
* 로그인 || 회원가입 passport활용
* JWT, Session 둘 다 구현되어있음. 현재 적용되있는것은 JWT방식. Session은 주석처리
* Node.js Express를 통한 개인서버
* webpack
* !db.js, apikey.js는 gitignore로 제외하였음.