Skip to content

cboecking/goa-design-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

goa-design-base

The purpose of this repository is to seed a new goa and gorma design folder.

Steps to Seed a new Project

  1. Perform a go get on this repository - note that it will not compile - that is fine
  2. Update the utils/moeboe.properties with your desired names
  3. Execute the ./new_goa.sh file and follow the directions.
  4. See the Sample Goa Project to see an example project created from this seed.

Steps to make your project work

  1. Follow the directions from ./new_goa.sh to test the seeded project
  2. Install a postgresql instance with the appropriate credentials. Here is a docker command if you have docker installed.
  3. Update main.go with your database information: see the Sample Goa Project
  4. Update your controller (ex: account.go) to update the database based on the routing actions: see the Sample Goa Project

Feedback

I hope this helps! Let me know if you have feedback: [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published