Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roharon/gmoney-store-web
- Owner: roharon
- License: mit
- Created: 2020-05-05T10:55:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T14:24:59.000Z (about 4 years ago)
- Last Synced: 2023-08-13T23:41:56.238Z (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
![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)
## 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.