Login
Discover
Waves
Communities
Login
Signup
Topics
#mondodb
Global
Trending
Hot
New
Top
#mondodb
New
Top communities
Create your community
latest #mondodb created topics on internet
genrbe
open-source
2018-06-01 19:51
Build Docker image and publish to DockerHub in CI
Issue: #14 I added a file (Dockerfile) that created the image of the docker: FROM alpine:edge # install bash RUN \ apk add --no-cache bash # install screen RUN \ apk add screen # install java RUN \ apk
$ 0.713
3
genrbe
open-source
2018-05-21 11:39
Integration with travis-ci
Creating an account at travis-ci.org The .travis.yml file was added: .travis.yml Set up github: A project (pull request) built on travis-ci. Pull request
$ 0.854
3
1
genrbe
open-source
2018-05-21 06:57
Products API
Products API The Product data model was added. Product model Then a Repository was added that will allow you to save data in the MongoDB database. RepositoryProduct Then the REST API controller for PRODUCTS