a real-time reddit clone for universities and businesses that share an email domain.
Go to file
2022-05-21 00:57:02 -07:00
assets Fix minor bugs in forms not showing errors and whatnot 2022-05-21 00:57:02 -07:00
config Use genstmp 2022-04-21 19:11:52 -06:00
lib Fix minor bugs in forms not showing errors and whatnot 2022-05-21 00:57:02 -07:00
nginx Deployment final 2022-04-22 14:52:26 -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
.dockerignore Get ready for deployment 2022-04-21 18:54:26 -06:00
.env.example Deployment final 2022-04-22 14:52:26 -06:00
.gitignore Ignore release files 2022-04-22 17:18:35 -06:00
docker-compose.yml Deployment final 2022-04-22 14:52:26 -06:00
Dockerfile Migrate before starting server 2022-04-22 12:41:33 -06:00
mix.exs Add gen_smtp 2022-04-21 19:10:15 -06:00
mix.lock mix.lock update 2022-04-22 12:41:06 -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