Skip to content
Snippets Groups Projects
Commit aea31961 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

Merge branch 'develop' into 'master'

fix readme

See merge request !4
parents ae2faaf1 097447e9
No related branches found
No related tags found
1 merge request!4fix readme
...@@ -2,14 +2,9 @@ ...@@ -2,14 +2,9 @@
Used to serve gdd, cfs, and gefs data, and can be expanded to more data 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` To run: `go run main.go`
Build to executable: `go build` Build to executable: `go build`
To rebuild swagger: `swag init` To rebuild swagger: `swag init --parseDependency --parseDepth 2`
## Testing ## Testing
...@@ -20,4 +15,4 @@ Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/) ...@@ -20,4 +15,4 @@ Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/)
## Docker ## Docker
To build the image: `docker build -t dawn/gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd .` To build the image: `dawn-cli build-image -p .`
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment