2
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Andrei Zvonimir Crnkovic 4246f06638
Add deploy script
3 months ago
assets Basic implementation 3 months ago
config Fix CORS 3 months ago
deployment Add deploy script 3 months ago
lib Change health route 3 months ago
priv Basic implementation 3 months ago
test Basic implementation 3 months ago
.env.example Basic implementation 3 months ago
.formatter.exs Basic implementation 3 months ago
.gitignore Basic implementation 3 months ago
.tool-versions Basic implementation 3 months ago
README.md Basic implementation 3 months ago
mix.exs Fix CORS 3 months ago
mix.lock Fix CORS 3 months ago

README.md

Currency

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 or inside IEx 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