Skip to content
Snippets Groups Projects

fix readme

Merged Tucker Gary Siegel requested to merge develop into master
1 file
+ 2
7
Compare changes
  • Side-by-side
  • Inline
+ 2
7
@@ -2,14 +2,9 @@
Used to serve gdd, cfs, and gefs data, and can be expanded to more data
Still need to add CFS/GEFS, and confidence intervals
In the future, the errors folder might be moved to a common package when more go services are built to have shared error
handling across all services
To run: `go run main.go`
Build to executable: `go build`
To rebuild swagger: `swag init`
To rebuild swagger: `swag init --parseDependency --parseDepth 2`
## Testing
@@ -20,4 +15,4 @@ Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/)
## Docker
To build the image: `docker build -t dawn/gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd .`
\ No newline at end of file
To build the image: `dawn-cli build-image -p .`
\ No newline at end of file
Loading