An open API service indexing awesome lists of open source software.

https://github.com/akv3sic/vue-ecommerce-app

E-commerce Application 🛒 built with Vue and Flask.
https://github.com/akv3sic/vue-ecommerce-app

axios ecommerce ecommerce-application frontend jwt vue2 vuejs vuetify vuex webshop

Last synced: about 1 year ago
JSON representation

E-commerce Application 🛒 built with Vue and Flask.

Awesome Lists containing this project

README

          

online shop

# DashDetailing - Ecommerce Application 🛒 built with Vue and Flask
> Student project
- [Demo](https://studenti.sum.ba/projekti/fsre_rwa/2020/g17/#/) - Backend is not working currently
- [Vision Statement (Croatian)](https://docs.google.com/document/d/1JzsLHWfdC9LEyuukmeVUxToQmCsCsy9Hc-fkxp9aitw/edit?usp=sharing)
- [Backend](https://github.com/VjekoRezic/FlaskBackend) - built with Flask

## Screenshots

- User account - orders


user account

- Back-office


backoffice

- Product


single product

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).