Phoenix Framework server for Epochtalk
This project is still under development, see Port Roadmap for more details.
See API Reference for API documentation
Please review Contribution Guidelines before submitting code
Postgres Redis epochtalk-vue (Frontend functionality)
Install dependencies with mix deps.get
Set up postgres database with mix ecto.setup
Start Phoenix endpoint with mix phx.server
or inside IEx with iex -S mix phx.server