Skip to content

johninvictus/blog

Repository files navigation

Blog

TODOS

  • Create user.
  • Create Post.
  • List Posts.
  • Login.
  • Authenticating Posts.
  • Authenticating Create Post.
  • Create user post relationship.
  • Paginating blog posts.
  • Add timestamp to types.
  • Adding screenshot to ReadMe.
  • Create react native client.
  • Dockerlize.

SCREENSHOTS

Login Page

Alt text

Posts with there users

Alt text

All possible queries

Alt text

All possible mutations

Alt text

How to run this project:

docker-compose up

Now you can visit localhost:4000 from your browser.

NOTES

  • Will write an article on how to Dockerlize a phoenix project soon.

Learn more about docker and phoenix