Client Side: React ServerSide: GoLang
To run the Golang Server:
- Export your AWS credentials
- and run - go run main.go
To run React on local Server
- cd Client && npm install ( To install all the node modules )
- npm start
- API to list all the EC2 instances
- API to change the state of instance to START or STOP
- API to create a new instance from region and imageID as parameters