Skip to content

An Elixir Phoenix implementation of SpareRoom! Currently in progress as of March 2023

Notifications You must be signed in to change notification settings

Mnho229/room_here

Repository files navigation

RoomHere

An Elixir Phoenix implementation of SpareRoom! Currently in progress as of March 2023.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Run make start to start the docker container containing the Postgres DB
  • Make sure you have a .envrc file containing the needed keys for dev.exs (direnv is helpful here for your local environment)
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

To spin down your Phoenix server:

  • Run make stop to stop the docker container
  • Double CTRL/CONTROL+C out of your IEX session

Now you can visit localhost:4000 from your browser.

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

Note: Currently slowed down as of April 3rd as I'm focusing on getting through the book Designing Elixir Systems with OTP

About

An Elixir Phoenix implementation of SpareRoom! Currently in progress as of March 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published