Ptt-official-app/pttbbs-backend

More complete swagger document in README.md

Open

#122 opened on Feb 1, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (17 forks)github user discovery
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

  1. pip install virtualenv
  2. virtualenv --python=python3 --prompt='[apidoc] ' __
  3. source __/bin/activate
  4. cd apidoc; pip install .; pip uninstall apidoc -y; python setup.py develop; cd ..

Contributor guide