Skip to content

guigaoliveira/elixir-graphql-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f1c8ee · Sep 30, 2019

History

2 Commits
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019
Sep 30, 2019

Repository files navigation

Server Part

Install postgres and configure what is needed in /config.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Client Part

  cd web
  yarn i && yarn start

Visit localhost:3000 from your browser to see the web application.

Learn more

References

About

A mini project using Phoenix / Absinthe / React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published