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.
- Host: GitHub
- URL: https://github.com/luissimas/chat-demo
- Owner: luissimas
- Created: 2023-11-27T16:35:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T18:32:32.000Z (over 1 year ago)
- Last Synced: 2025-01-02T07:42:50.278Z (6 months ago)
- Language: Elixir
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.