Skip to content

roharon/gmoney-store-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmoney Store Web

Docker CI & CD License: MIT Github contributors

Run on Ainize


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


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

    $ sudo docker build -t gmoney-store-web
    $ sudo docker run -it -p 8000:80 gmoney-store-web
  2. open localhost:8000


Getting Started - without Docker

Prerequisites

  • NPM

Installation & Run

  1. Execute npm install, start command

    $ npm install
    $ npm start
  2. open localhost:3000 on your browser



License

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