Skip to content

YoungVision-eV/platform-prototype-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoungvisionPlatform

To start development:

  • Start a postgres server
    • for example with podman: podman run --name postgres -p 5432:5432 --rm -e POSTGRES_HOST_AUTH_METHOD=trust postgres
  • Run mix setup to install and setup dependencies
  • Run mix ecto.dev to setup the testing database with sample data
  • 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.

About

A prototype playground project for our upcoming community platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published