Commit Graph
12 Commits
Author SHA1 Message Date
david 83d4e3f090 Fix formatting directive warning, remove api binary and gitignore it 2021-06-21 11:49:54 -04:00
david 6e99e495b3 Add mechanism for initializing database with produce 2021-06-21 11:47:51 -04:00
david ee43e017a0 Add DELETE /produce/{produceCode} endpoint 2021-06-21 09:58:43 -04:00
david ee79403dbf Add GET /produce endpoint 2021-06-20 21:05:54 -04:00
david 95839c459a Add POST /produce endpoint 2021-06-20 20:41:00 -04:00
david 0136e616fb Implement produce service 2021-06-20 18:16:33 -04:00
david e1568cd759 Add mutex to table 2021-06-19 17:55:17 -04:00
david b66f5ebe67 Implement an in-memory databasewqa 2021-06-19 17:47:36 -04:00
david 026f3c88fb Fix formatting in yaml 2021-06-17 17:37:58 -04:00
david bab98adddd Export PATH to include GOPATH
https://github.com/actions/setup-go/issues/14
2021-06-17 17:34:24 -04:00
david 46e72f23a8 Add GitHub action to run unit tests on pull requestwqa` 2021-06-17 17:24:37 -04:00
david 336b21a835 Initial bootrap of application
- Creates scaffold for router and server
- Main program set up for environment, OS signal listener
- Makefile generic commands
2021-06-17 17:06:21 -04:00