Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 243 Bytes

PoApper API

PoApper 동아리 회원 관리 및 Github PoApper 연동을 위한 proxy

Develop

npm run start:debug

or with Docker

docker build . -t poapper-api
docker compose -f docker-compose.dev.yaml up -d