Skip to content

epochtalk/epochtalk_server

Repository files navigation

Epochtalk Server

Build Status Documentation

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

Getting Started

Requirements

Postgres Redis epochtalk-vue (Frontend functionality)

Installation

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