Commit Graph

16 Commits

Author SHA1 Message Date
mitchell 80d6cfbb31 General cleanups and refactor endpoints 2020-04-13 05:11:52 -04:00
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 7ea55a00f3 Add terraform configuration; Modify dockerfile workdirs;
Modify router to simplify routes
2020-02-17 00:51:00 -05:00
mitchell fa5f55740c Fix Dockerfile elixir version 2020-02-12 23:52:54 -05: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 4d07f94e89 Break apart config by stage; refactor project structure 2020-02-07 23:53:08 -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 593f29d271 Add README.md 2019-12-26 16:19:36 -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 fe413d2a5e Refactor dets repo, dockerfile, and url type; add logger level func 2019-12-15 23:20:21 -05:00
mitchell faaf12ba42 Add url delete endpoint and minor refactors 2019-12-08 21:39:11 -05:00
mitchell 9ee9eddbfa First working iteration of shortnr api 2019-12-08 13:44:04 -05:00
mitchell 7ff70d452a Project architecture boilerplate 2019-12-07 21:34:58 -05:00