Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roharon/gmoney-store-web

💳 Local-money Store finding service server
https://github.com/roharon/gmoney-store-web

cafeteria civic-hacking korea neumorphism react

Last synced: about 1 month ago
JSON representation

💳 Local-money Store finding service server

Awesome Lists containing this project

README

        

Gmoney Store Web

![Docker CI & CD](https://github.com/roharon/gmoney-store-web/workflows/Docker%20CI%20&%20CD/badge.svg) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![Github contributors](https://img.shields.io/github/contributors/roharon/gmoney-store-web.svg)

[![Run on Ainize](https://ainize.ai/images/run_on_ainize_button.svg)](https://ainize.web.app/redirect?git_repo=https://github.com/roharon/gmoney-store-web)



image


## About The Project

Store finding service that support local-money in Gyeonggi-do, Republic of Korea.

Need GPS permissions allow to find store nearby.

This repository is the web client for Gmoney-Store

* All of the Gmoney Store Repository

- [Gmoney-Store-Server](https://github.com/roharon/gmoney-store-server)

- [Gmoney-Store-Web](https://github.com/roharon/gmoney-store-web) (this repo.)

### Tech Stack

* javascript

* React.js
* Docker, Docker-compose


## Getting Started - with Docker

### Prerequisites

* Docker
* Docker-compose 3.4


### Installation & Run

1. Run docker-compose file

```bash
$ sudo docker build -t gmoney-store-web
$ sudo docker run -it -p 8000:80 gmoney-store-web
```

2. open [localhost:8000](http://localhost:8000)


## Getting Started - without Docker

### Prerequisites

* NPM


### Installation & Run

1. Execute npm install, start command

```bash
$ npm install
$ npm start
```

2. open [localhost:3000](http://localhost:3000) on your browser




## License

Distributed under the MIT License. See `LICENSE` for more information.