Skip to content

nircoren/sqs_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updated Project

Quick Start:

  1. Run in cmd:
git --branch new_ver clone https://github.com/nircoren/lightblocks.git
  1. Add .env to root of project. Make sure its called .env

  2. Build images
docker-compose build
  1. Run server
docker-compose up -d server
  1. Run client
docker run --rm -it lightblocks-client
  1. First prompt will be username, second should be a json in this format:
		[
			{
				"Action": "addItem",
				"Key": "1",
				"Value": "val1"
			},
			{
				"Action": "getAllItems"
			},
			{
				"Action": "addItem",
				"Key": "2",
				"Value": "val2"
			}
		]

!!! might have issue with parsing the json on bash/wt in windows, better to use another terminal.

Example multiple inputs:
input1.json
input2.json
input3.json

You can try to run multiple instances of the program with different username for each input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors