Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 992 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 992 Bytes

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