“From emotions to materials, it's all about buying and selling” ― Mehnaz Ansari
Vue.js app consuming services from zejiran/backend-simple-buyers-platform that represents a simple buyer platform.
- Language: Go.
- Database: MySQL (It was Dgraph. After trying to use it for a while and can't get a good result, I have decided to use a different database. I would try to use it on this project when more documentation about Dgraph release).
- API Router:
chi
. - Interface: Vue.js & Vuetify.
- Allow to select a date to sincronize (see data load to database).
- Allow to see all buyers (see list buyers).
- Allow seeing buyer's page with its correspondant information (see query buyers).
- Follow usage instructions for setup backend.
npm install
.npm run serve
for compiles and hot-reloads for development ornpm run build
for compiles and minifies for production.- Visit and explore app running at development or production server.
- Build Docker image of our app with:
docker build -t computational-infrastructure/frontend-simple-buyers-platform .
- Run app in a Docker container with
docker run -it -p 8080:8080 --rm --name dockerize-front-buyers computational-infrastructure/frontend-simple-buyers-platform
- MIT license
- Copyright 2020 © Juan AlegrĂa.