Plugexamplebeforecors

Going to bring in plug, get some things working.

Documentation used for setting up a plug application:
referece: https://elixirschool.com/en/lessons/specifics/plug/

Installation

git clone https://github.com/MichaelDimmitt/plugexamplebeforecors.git cd plugexamplebeforecors mix deps.get

Steps for making the project:

mix new plugexamplebeforecors cd plugexamplebeforecors mix deps.get

If published and you want as a dependency(not currently implemented)

If available in Hex, the package can be installed
by adding plugexamplebeforecors to your list of dependencies in mix.exs:

Additional links:

https://elixirforum.com/t/cors-for-my-phoenix-channels-cors-plug-vs-corsica/7817
https://www.google.com/search?q=elixir+plug+cross+origin+resource+scripting&oq=elixir+plug+cross+origin+resource+scripting&aqs=chrome..69i57j69i64.13238j0j7&sourceid=chrome&ie=UTF-8
https://github.com/whatyouhide/corsica
https://github.com/elixir-plug/plug
https://github.com/bryanjos/plug_cors
https://www.leighhalliday.com/cors-in-phoenix