Skip to content

go-ready-blockchain/company-go-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMPANY NODE

Blockchain Implementation in GoLang For Placement System

The Consensus Algorithm implemented in Blockchain System is a combination of Proof Of Work and Proof Of Elapsed Time

Run go run src/main.go to Start the Server and listen on localhost:8082

Usage :

To Print Usage

Make POST request to /usage

Advance Pipeline -

To Add a new Company

Make POST request to /company with body -

{
    "company": "GE"
}

To Send Request to Placement Dept for Eligible Students based on Eligibility Criteria

Make POST request to /request with body -

{
	"company" : "JPMC",
	"backlog" : "",
	"starOffer" : "",
	"branch" : ["CSE","ISE"],
	"gender" : "",
	"cgpaCond" : "GreaterThan",
	"cgpa" : "2",
	"perc10thCond" : "GreaterThan",
	"perc10th" : "10",
	"perc12thCond" : "GreaterThan",
	"perc12th" : "10"
}

Part of the Pipeline -

To Retrieve the data for the Company

Make POST request to /companyRetrieveData with body -

{
	"name":"1MS16CS034",
    "company": "JPMC"
  
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •