The purpose of this repository is to seed a new goa and gorma design folder.
- Perform a go get on this repository - note that it will not compile - that is fine
- Update the utils/moeboe.properties with your desired names
- Execute the ./new_goa.sh file and follow the directions.
- See the Sample Goa Project to see an example project created from this seed.
- Follow the directions from ./new_goa.sh to test the seeded project
- Install a postgresql instance with the appropriate credentials. Here is a docker command if you have docker installed.
- Update main.go with your database information: see the Sample Goa Project
- Update your controller (ex: account.go) to update the database based on the routing actions: see the Sample Goa Project
I hope this helps! Let me know if you have feedback: [email protected].