slashdotdash / conduit

RealWorld example backend implementing the CQRS/ES pattern in Elixir and Phoenix
MIT License
353 stars 67 forks source link

CORS #2

Closed debonair closed 7 years ago

debonair commented 7 years ago

CORS is not enabled, I am having an issue sending requests using the react fronted you recommended in your README.md

slashdotdash commented 7 years ago

Sorry, I had a local only branch with the changes required to support front-end requests using the cors_plug library.

Now merged into the master branch.

slashdotdash commented 7 years ago

The back end API is still incomplete, so when you browse the website certain parts won't yet work.

Right now you can:

  1. Sign up, logout, sign in.
  2. Publish articles.
  3. Favourite articles.

Additional features are work in progress!

debonair commented 7 years ago

Shoot! you beat me to it! Was just about to submit my pull request. Anyway, thanks will be following this repo very closely :)