Commit Graph

8 Commits

Author SHA1 Message Date
mitchell 4750555cf8 Add vagrant config and remove dev dockerfile 2020-04-13 05:10:37 -04:00
mitchell a021daf62f Refactor main.tf and add infra mix tasks
Refactor main.tf to use the correct project name (oops).

Add terraform infra(structure) tasks to projects mix file:
  - infra.apply: Deploys the infra. according using terraform
  - infra.destroy: Destroys the currently deployed infrastructure
  - infra.plan: Plans a deployment using terraform
2020-03-12 23:20:20 -04:00
mitchell e8406a9818 Add Dockerfile.dev; remove Makefile; add more some mix tasks;
various minor refactors
2020-02-10 01:23:56 -05:00
mitchell 98684feb2d Add Endpoints behaviour and refactor router and related methods 2020-01-05 14:54:55 -05:00
mitchell 1502d10cdc Add HTTP wrap func and Text Encodable:
- Refactor HTTP send func
- Impl. Text Encodable for URL
- Error when url is not found
2020-01-01 18:11:38 -05:00
mitchell b699e661e2 Setup Dialyxir and Credo code analyzers:
- Refactor codebase according to analyzers
2019-12-30 21:50:39 -05:00
mitchell 50de5607d6 Impl. config based dep. injection for ets;
- Check for extant url ids
- Various minor refactors
2019-12-26 16:15:14 -05:00
mitchell 7ff70d452a Project architecture boilerplate 2019-12-07 21:34:58 -05:00