/next-chat-server-elixir

Possible next chat server in elixir

Primary LanguageElixirGNU General Public License v2.0GPL-2.0

NextChat Server ( API )

This repository contains the source code of the server application for NextChat written with Elixir.

Pre-Requisites

  • Elixir
  • [Mix Package manager of elixir]

Setup

  1. Clone the repository with gh cli:
gh repo clone NextChatORG/server

With Git:

git clone github.com/NextChatORG/server.git
  1. Install the dependencies:

Go to the folder of the server and run:

mix deps.get
  1. Run the server:
mix run --no-halt

Check localhost:8000/api for the api

Auto format:

For autoformat the code run:

mix format

Authors

Changelog

View the lastest repository changes in the CHANGELOG.md file.

Copyright

License: GPL-2.0

Read file LICENSE for more information.