Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ gelixir Public

Project based on Elixir Mentor to build a replica of `gist` using elixir and phonenix with live view

License

Notifications You must be signed in to change notification settings

0bvim/gelixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gelixir

Before run project:

  • Install Elixir 1.14.0 or later
  • Install Node.js 18.0.0 or later
  • Install PostgreSQL 15.0 or later
  • Install GNU Make 4.x (sudo apt-get install make)
  • Create a PostgreSQL database named gelixir_dev and a user named gelixir with password gelixir (the database step can be done with make star_db command)
  • Run mix deps.get to install dependencies
  • Run npm install --prefix assets to install JavaScript dependencies
  • Run mix ecto.setup to create and migrate the database

To run project:

  • Run mix setup to install and setup dependencies
  • 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.

Learn more

About

Project based on Elixir Mentor to build a replica of `gist` using elixir and phonenix with live view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published