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: 3 months ago
JSON representation
💳 Local-money Store finding service server
- Host: GitHub
- URL: https://github.com/roharon/gmoney-store-web
- Owner: roharon
- License: mit
- Created: 2020-05-05T10:55:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T14:24:59.000Z (over 5 years ago)
- Last Synced: 2025-01-28T04:16:53.625Z (over 1 year ago)
- Topics: cafeteria, civic-hacking, korea, neumorphism, react
- Language: JavaScript
- Homepage: https://master-gmoney-store-web-roharon.endpoint.ainize.ai
- Size: 16.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gmoney Store Web
  
[](https://ainize.web.app/redirect?git_repo=https://github.com/roharon/gmoney-store-web)
## 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.