All Projects → bayetech → Wechat_mall_applet_backend

bayetech / Wechat_mall_applet_backend

Programming Languages

ruby
36898 projects - #4 most used programming language

README

This Rails project is a backend reference source for wechat mall applet, it need baye internal db to running, so normally, you can not running in your dev env, but only can reference.

To generate swagger docs

bundle exec rake swagger:docs RAILS_ENV=production

Known issue

Need change basePath of swagger_doc/api-docs.json from empty to http://localhost:3000/swagger_doc in file public/swagger_doc/api-docs.json, then using http://localhost:3000/swagger_doc/api-docs.json to access.

staging env change to

  "basePath": "https://rapi-staging.bayekeji.com/swagger_doc",

Using https://rapi-staging.bayekeji.com/swagger_doc/api-docs.json to access.

RAPI swagger UI site

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].