Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 642 Bytes

File metadata and controls

27 lines (19 loc) · 642 Bytes

Cash Entry - React Crud Examples

Simple cash entry crud, using reactjs + json server

Installation

  • clone repository :

    git clone https://github.com/KILLYOUGUTSXXX/crud-simple-next.git
  • build docker images :

    docker-compose build
  • build & run containers :

    docker-compose up -d && docker-compose logs app --follow

Service Access :

  localhost:7559 / 183.77.86.1:7559

Tech Stack

My Skills