a real-time reddit clone for universities and businesses that share an email domain.
Go to file
2022-04-21 17:23:17 -06:00
assets Updates to frontend and fix a bug where first socket assignment failed 2022-04-21 17:23:17 -06:00
config Add uploads; next up - user authentication on post 2022-04-06 18:17:27 -06:00
lib Updates to frontend and fix a bug where first socket assignment failed 2022-04-21 17:23:17 -06:00
priv Updates to frontend and fix a bug where first socket assignment failed 2022-04-21 17:23:17 -06:00
test Models for upload and post; generated liveview controller for posts 2022-04-06 12:55:12 -06:00
.gitignore Updates to frontend and fix a bug where first socket assignment failed 2022-04-21 17:23:17 -06:00
mix.exs Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email 2022-04-06 12:13:54 -06:00
mix.lock Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email 2022-04-06 12:13:54 -06:00
proposal.md Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email 2022-04-06 12:13:54 -06:00
README.md Initial commit; generate auth code with phx.gen.auth; added room model and association; generate room model on domain of user emails; allow users to change their email 2022-04-06 12:13:54 -06:00

Aggiedit

To start your Phoenix server:

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

Ready to run in production? Please check our deployment guides.

Learn more