Skip to content

phrampu/exphrampu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phrampu

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Set PHRAMPU_USERNAME and PHRAMPU_PASSWORD environment variables to be your school user + pass
  • Run ./getlname.db to get the lname.db file
  • Run mix run priv/repo/seeds.exs to see the db
  • Start Phoenix endpoint with mix phoenix.server