Ptt-official-app/pttbbs-backend
View on GitHubMore complete swagger document in README.md
Open
#122 opened on Feb 1, 2021
good first issue
Repository metrics
- Stars
- (34 stars)
- PR merge metrics
- (Avg merge 21d 14h) (3 merged PRs in 30d)
Description
put the following steps in https://github.com/Ptt-official-app/go-openbbsmiddleware#swagger
- pip install virtualenv
- virtualenv --python=python3 --prompt='[apidoc] ' __
- source __/bin/activate
- cd apidoc; pip install .; pip uninstall apidoc -y; python setup.py develop; cd ..