kshitij10496 / hercules

The mighty hero helping you build projects on top of IIT Kharagpur's academic data
https://hercules-10496.herokuapp.com/api/v1/static/index.html
MIT License
34 stars 18 forks source link

Use envconfig to get environment variables #11

Closed icyflame closed 5 years ago

icyflame commented 5 years ago
  1. changed the dependency management to dep from godep (godep is archived and recommends the usage of dep)
  2. include a makefile - this is a convenience feature that adds some very useful build shortcuts. for eg, you can now run make docker/build to build the latest app image, etc) - feel free to remove this if you think it's confusing 🙂
  3. include envconfig and remove os.Getenv calls from server.go
icyflame commented 5 years ago

Whoa, didn't notice #9! Sorry about this @kshitij10496.

icyflame commented 5 years ago

I will open the Makefile changes and the dependency manager changes as a different PR.