/hypermedia-contact

Contact.app Example Application from Hypermedia Book

Primary LanguageGo

Hypermedia Contacts

Example application developed as part of reading Hypermedia Systems.

Development

To spin up the Docker compose file, migrate the database, and then seed the database use:

$ make up
$ make dbup
$ make dbseed

Development Dependencies

  1. Docker
  2. go migrate