Skip to content

zudochkin/ela_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElaApi

  • mix ecto.create
  • mix ecto.migrate
  • start server iex -S mix phx.server
  • create Person curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{ "person": { "name": "first persons" }}' "https://localhost:4000/api/people"
  • create Fact curl -X POST -H "Content-Type: application/json" -d '{ "fact": { "text": "loves craft" }}' "https://localhost:4000/api/people/1/facts"

Releases

No releases published

Packages

No packages published

Languages