Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkanyilmazx/wineway
Wine listing, sorting, filtering, searching sample application.
https://github.com/furkanyilmazx/wineway
dockerized netlify nginx node-sass react-router reactjs redux-saga rewired semantic-ui-react
Last synced: 30 days ago
JSON representation
Wine listing, sorting, filtering, searching sample application.
- Host: GitHub
- URL: https://github.com/furkanyilmazx/wineway
- Owner: furkanyilmazx
- Created: 2020-08-15T18:46:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T17:15:34.000Z (about 4 years ago)
- Last Synced: 2024-10-02T03:23:25.403Z (about 1 month ago)
- Topics: dockerized, netlify, nginx, node-sass, react-router, reactjs, redux-saga, rewired, semantic-ui-react
- Language: JavaScript
- Homepage:
- Size: 237 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WineWay APP
WineWay app developed as hobby project.
[![Netlify Status](https://api.netlify.com/api/v1/badges/1a02614b-e92f-4bb3-9540-174a7fec3f38/deploy-status)](https://app.netlify.com/sites/wineway/deploys)
## LIVE DEMO
You can find out live demo on [URL](https://wineway.netlify.app/)## Usage
Clone repository with one of the following ways and start coding.
with HTTPS:
```shell
git clone https://github.com/furkanyilmazx/wineway.git
```with SSH:
```shell
git clone [email protected]:furkanyilmazx/wineway.git
```## Install Dependencies
```shell
yarn
```
## Start to Development
```shell
yarn start
```## Build to Production
```shell
yarn build
```## Deployment
### Build as Docker image
```shell
docker build --rm -t wineway .
```
### Run as a Docker container
```shell
docker run -di --name wineway -p 8888:80 wineway
```
### Install from Docker hub
```shell
docker pull furkanyilmaz/wineway:latest
docker run -di --name wineway -p 8888:80 furkanyilmaz/wineway:latest
```### Open App on local (Dockerized App)
[Open Local](http://localhost:8888/)