hpi-schul-cloud / gamification

A reusable microservice for gamification.
GNU Affero General Public License v3.0
45 stars 18 forks source link

How to specify the userid? #68

Closed catamaican closed 5 years ago

catamaican commented 5 years ago

Hi,

I would like to use this micro-service as a REST api for a mobile application. For this I would need to send the UserID to the API via a GET/POST request. Please tell me how can I achieve this.

Also, where is the config. for MongoDB?

(Win server 2012 - Docker is not available for this version. No RabbitMQ either)

Thank you.

catamaican commented 5 years ago

ok, got it - apparently it must be sent in POST and the user_id is create automatically in MongoBD (here also it seems that no user/pass are necessary)