Skip to content

NatTuck/snekinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snekinfo

Development setup

  • 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.

Production setup

Prep (on server):

  • Make sure you have a snekinfo_prod Postgres database set up on the server.
  • Enable nginx config
  • Enable systemd service

See the deployment guide for how to deploy changes.

Public Views

Don't show:

  • Dead snakes
  • Cost
  • Notes
  • Hide weight for feeds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 81.0%
  • HTML 13.7%
  • JavaScript 4.0%
  • Other 1.3%