New: shopateverythingAll contenthive-129948hive-196917krsteemzzanhive-166405hive-183959hive-185836hive-180932photographyhive-183397uncommonlabhive-150122hive-144064hive-101145krsuccessbitcoinhive-145157hive-188619hive-184714hive-193637hive-139150hive-180301lifehive-103599TrendingNewHotLikersgenrbe (45)in open-source • 7 years agoInitialize the user interface for the shop at everything [shop-at-everything]Create repository: Create project use vue-cli. vvue init webpack shop-uigenrbe (45)in open-source • 7 years agoRun on heroku [shop-at-everything]Create app: Deploy app: Build: For now it does not work properly because there is no database connected but it's only a matter of timegenrbe (45)in open-source • 7 years agoBuild Docker image and publish to DockerHub in CIIssue: #14 I added a file (Dockerfile) that created the image of the docker: FROM alpine:edgegenrbe (45)in open-source • 7 years agoIntegration with travis-ciCreating 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 requestgenrbe (45)in open-source • 7 years agoProducts APIProducts 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…genrbe (45)in open-source • 7 years agoTest coverage [shop-at-everything]A gradle plugin that checks coverage of the tests was added. plugins { id 'info.solidsoft.pitest' version '1.3.0' } To prepare a report about the coverage of the test, we call: ./gradlew…grzesiekb (56)in utopian-io • 7 years agoNew Project “shop-at-everything”.New Project “shop-at-everything”. A simple e-commerce platform, which offers many different goods with different parameters within one store in a way that allows for maximum efficiency of search…