This repository contains the source code of the server application for NextChat written with Elixir.
- Elixir
- [Mix Package manager of elixir]
- Clone the repository with gh cli:
gh repo clone NextChatORG/server
With Git:
git clone github.com/NextChatORG/server.git
- Install the dependencies:
Go to the folder of the server and run:
mix deps.get
- Run the server:
mix run --no-halt
Check localhost:8000/api for the api
For autoformat the code run:
mix format
- @danielsolartech - Initial project
- @JheysonDev - Icon Design
- @TeoDev1611 - Icon Design, API Maker in Elixir
View the lastest repository changes in the CHANGELOG.md file.
License: GPL-2.0
Read file LICENSE for more information.