An open API service indexing awesome lists of open source software.

https://github.com/luissimas/chat-demo

A demo chat application to demo CI/CD concepts.
https://github.com/luissimas/chat-demo

Last synced: 4 months ago
JSON representation

A demo chat application to demo CI/CD concepts.

Awesome Lists containing this project

README

        

# ChatDemo
This is a simple chat website to demo CI/CD principles.

Built with [Phoenix Framework](https://www.phoenixframework.org/).

## Getting started
To start your Phoenix server:

* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.