We're using go on the backend, and vue on the front. Using mongo for the database. Just need to bang out the basic CRUD functions first, don't bother with spreadsheet view.
- The NewStack: Building an App with Go
- How to Build a Microservice in MongoDB with Go
- Vue practical examples
- REST, Go, Gorilla
- [Golang unit testing tips](https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang-619653f90742}
TEST LOG ENTRY
Next thing is to handle ErrNotFound conditions.
Done. OK - Moving the crud code from the unit test into a dao object.
ok - what we're dealing with here - getting shit loaded into mongodb from excel. ok - the basics are working.
ok - want to pull the data from the database, test with a curl call. ok - we can do it now. returns a list from the database.
POST applications DELETE applications PUT applications
ok - we want to do this with vue. get from REST call, make pretty
Search applications
GET ci POST ci DELETE ci PUT ci