Extraction script written in Go
Because there are people at large who need to be chained to hell. ~ Kurapika
Contributors:
Make sure you have Go installed on your machine. If you don't have one, check here
-
$ git clone https://github.com/aribambang/kurapika.git kurapika_folder_name
to clone the repo -
$ cd kurapika_folder_name
to go into the project folder -
Run the API in traditional way
$ go get
to install all dependencies$ go build
to build your source code$ ./kurapika
to run the API
-
Run the API using docker
$ docker-compose -f [your docker compose .yaml file] up --build
to build and run docker image
-
visit http://localhost:8090 to check