Skip to content

marcelolebre/code_beam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBeam

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Get Marvel API credentials from here
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server
  • Create a dev.secret.exs file and add the following:
use Mix.Config

config :code_beam,
marvel_public_key: "marvel-public-key",
marvel_private_key: "marvel-private-key"

  • Run the server
  • Test the server with curl localhost:4000/?q=Hulk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published