KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Sejong.GG
★ 9
Open GitHub ↗
2021 세종대-건대 교류전 참여 '롤 퀴즈 세종.GG' 저장소
Download README (.md)
Explore Similar Repositories
pubsub
:
A lightweight, high bandwidth publish-subscribe framework, primarily for Zephyr RTOS.
aoffahad
:
No description available.
mfboTrajectory
:
Trajectory generation with multi-fidelity black-box optimization
three-rwx-loader
:
three.js RWX (AW) loader
Magenizr_AdminUser
:
This module will help you to identify rarely used admin accounts and allow you to disable or delete them directly.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Sejong.GG
?
Download (.md)
# Sejong.GG > 세종.GG팀 '롤 퀴즈' 저장소 > 2021 세종대-건대 교류전 대상 수상! | 게임 | 채팅 | | :--: | :--: | |  |  | * 롤 퀴즈 Op.gg 챔피언 항목 평가 댓글을 곁들인 * 챔피언 이름은 자체적으로 필터링 되어있어서 챔피언 평가만으로 이름을 맞추는 재미! * 놀라운 유저네임! LOL 트렌드를 알 수 있는 퀴즈 게임! 랭크 기록 다른 유저들과 채팅방! ## 개발자 * [@kimhanui](https://github.com/kimhanui) - 인터페이스 30기, 개발 총괄 및 프론트엔드 * [@Riyenas0925](https://github.com/riyenas0925) - 인터페이스 30기, 백엔드 개발 * [@cloud0406](https://github.com/cloud0406) - 인터페이스 30기, 프론트엔드 개발 * [@seoo890](https://github.com/seoo890) - 인터페이스 34기, 백엔드 개발 ## 기술 스택 * Node.js + Express.js * Socket.io * mongodb + mongoose * Vanilla Javascript, CSS, HTML ## 실행 환경 ### start application ``` npm start ``` ### .env ``` COOKIE_SECRET=lolquiz MONGO_ID=root MONGO_PASSWORD=pw SERVER_IP=192.168.0.1:3000 // ip address or domain ```