BlogHide Resteemsgenrbe (45)in utopian-io • 6 years ago[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 Repository: What will you learn? How to create repository on github. How to…genrbe (45)in open-source • 6 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 • 6 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 • 6 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 • 6 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 • 6 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 • 6 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…genrbe (45)in open-source • 6 years agoStart [shopateverything]Description of the "Initial project of shopateverything". The project was initiated using the generator on the site: Then the User class was added: User Then a Repository was added that…