Skip to content

go-ready-blockchain/placementdept-go-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLACEMENT DEPT 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:8084

Usage :

To Print Usage

Make POST request to /usage

Part of the Pipeline -

To Send Email to Eligible Students based on Eligibility Criteria

Make POST request to /send with body -

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

To Run Verification by Placement Department

Make POST request to /verify-PlacementDept 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

  •  
  •