Login
Discover
Waves
Communities
Login
Signup
Topics
#shopateverything
Global
Trending
Hot
New
Top
#shopateverything
New
Top communities
Create your community
latest #shopateverything created topics | Ecency
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
wiseagent
Scrobble.life
2026-08-15 00:42
Promoted
The rise of the Scrobble Life community.
This publication was also writen in SPANISH and PORTUGUESE. Movies Move Us Although it is still considered a recent community (compared to the others, based solely on how long ago it was created), the
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