Login
Discover
Waves
Communities
Login
Signup
Topics
#shopateverything
Global
Trending
Hot
New
Top
#shopateverything
New
Top communities
Create your community
latest #shopateverything created topics on internet
genrbe
open-source
2018-06-03 20:25
Initialize the user interface for the shop at everything [shop-at-everything]
Create repository: Create project use vue-cli. vvue init webpack shop-ui Then, commit and push. The next task will be adding the admin component and the product list component.
$ 0.681
3
genrbe
open-source
2018-06-03 20:11
Run 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 time
$ 0.703
4
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
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
sirfx
hive
2026-06-28 21:48
Promoted
The Sustainability Dilemma: Why Hive Needs External Revenue Streams
When I reflect on life and how rapidly the world has changed right before our eyes, it becomes clear that the rising cost of goods and services has escalated drastically over time. If you do not possess
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
genrbe
open-source
2018-05-20 09:23
Test 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 pintest Then you
grzesiekb
utopian-io
2018-03-13 14:04
New 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 operations