Updated Development (markdown)

master
Hunter Long 2020-05-01 07:04:37 -07:00
parent 77c7617ceb
commit aef858aaa2
1 changed files with 6 additions and 1 deletions

@ -1,5 +1,10 @@
# Useful Code
# Useful Codebase
- [handlers/routes.go](https://github.com/statping/statping/blob/master/handlers/routes.go) - Contains all the HTTP request routes
- [cmd/commands.go](https://github.com/statping/statping/blob/master/cmd/commands.go) - CLI Commands
- [types/service/struct.go](https://github.com/statping/statping/blob/master/types/services/struct.go) - Service struct
- [types/core/struct.go](https://github.com/statping/statping/blob/master/types/core/struct.go) - Core struct
# Deployment Process
Statping is a pretty cool server for monitoring your services. The way we deploy might be a little cooler though. Statping is using the most bleeding edge technology to release updates and distribute binary files automatically.