Skip to content

guigaoliveira/elixir-graphql-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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