Skip to content

MongoCamp/mongocamp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoCamp

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date)Maven Central

Introduction

Universal REST Handling for MongoDB ....

Contributing

Open in Gitpod

If you find this library helpfull, so you can see here how you can help:

  • Send a pull request with your features and bug fixes
  • Help users resolve their issues.

Issues

Feel free to report your issues to Github's issue tracker. Please use one of the templates for reporting issues. report your issue

Documentation

Documentation is still on progress.

ShowCase

ShowCase is a started is an running Instance of MongoCamp-Server with installed Sample-Plugin. All Data are reverted every 30 minutes.

Admin User

User: admin Password: admin

Default User

User: test Password: test

Licence

Apache 2 License.

Usage

You can use Docker Compose or directly use directly docker run command.

docker run --publish 8080:8080 -e CONNECTION_HOST=your.mongo.db.host -e CONNECTION_DATABASE=test -e CONNECTION_USERNAME=mongodbUser -e CONNECTION_PASSWORD=mongodbPwd mongocamp/mongocamp-server:latest