genrbe (45)in #utopian-io • 6 years ago • None[koajs Tutorial #1] First static app with basic authentication, free hosting, free domain, advertising-free[koajs Tutorial #1] First static app with basic authentication, free hosting, free domain, advertising-free…genrbe (45)in #open-source • 6 years ago • NoneInitialize 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 • 6 years ago • NoneRun on heroku [shop-at-everything]Create app: Deploy app: Build: For now it does not work properly because there is no database connected…genrbe (45)in #open-source • 6 years ago • NoneBuild 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 • 6 years ago • NoneIntegration with travis-ciCreating an account at travis-ci.org The .travis.yml file was added: .travis.yml Set up github: A…genrbe (45)in #open-source • 6 years ago • NoneProducts APIProducts API The Product data model was added. Product model Then a Repository was added that will allow you to…genrbe (45)in #open-source • 6 years ago • NoneTest coverage [shop-at-everything]A gradle plugin that checks coverage of the tests was added. plugins { id 'info.solidsoft.pitest' version '1.3.0'…genrbe (45)in #open-source • 6 years ago • NoneStart [shopateverything]Description of the "Initial project of shopateverything". The project was initiated using the generator on the…