Skip to content

ourway/ss2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ss2

To start SS2 app in dev mode:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phoenix.server

To Start in production mode:

mix deps.get
mix compile
mix amnesia.create -db Database --disk
mix test
MIX_ENV=prod mix compile;MIX_ENV=prod mix phoenix.digest;MIX_ENV=prod PORT=4092 mix phoenix.server

About

Yet another URL SHORTeNER Engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published