Skip to content

computational-infrastructure/frontend-simple-buyers-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Simple Buyers Platform

“From emotions to materials, it's all about buying and selling” ― Mehnaz Ansari

Index

Overview

Vue.js app consuming services from zejiran/backend-simple-buyers-platform that represents a simple buyer platform.

Screenshot-md

Used Technologies

  • 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.

Features

Web interface:

Usage

  1. Follow usage instructions for setup backend.
  2. npm install.
  3. npm run serve for compiles and hot-reloads for development or npm run build for compiles and minifies for production.
  4. Visit and explore app running at development or production server.

Screenshot-sm

Docker

  1. Build Docker image of our app with: docker build -t computational-infrastructure/frontend-simple-buyers-platform .
  2. Run app in a Docker container with docker run -it -p 8080:8080 --rm --name dockerize-front-buyers computational-infrastructure/frontend-simple-buyers-platform

License

License

Logo

About

Vue.js app representing a simple buyer platform. It has a dedicated server for loading data from database and endpoints

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Vue 87.8%
  • JavaScript 5.5%
  • HTML 4.1%
  • Dockerfile 2.6%