Skip to content

VigneshwaranSenthilvel/ohlc_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhlcApi

To start your Phoenix server:

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

Now you can visit localhost:4000 from your browser.

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

Learn more

Swagger UI for endpoints

Production Build

  • run the commend ./build.sh
  • _build/prod/rel/ohlc_api/bin/ohlc_api eval "OhlcApi.Release.run_migrations()"
  • _build/prod/rel/ohlc_api/bin/ohlc_api eval "OhlcApi.Release.run_seed()"
  • temporary run _build/prod/rel/ohlc_api/bin/ohlc_api start
  • backgroud run _build/prod/rel/ohlc_api/bin/ohlc_api daemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published