https://github.com/artemgordinskiy/draw
An experimental shared drawing app
https://github.com/artemgordinskiy/draw
elixir phoenix websockets
Last synced: about 1 year ago
JSON representation
An experimental shared drawing app
- Host: GitHub
- URL: https://github.com/artemgordinskiy/draw
- Owner: artemgordinskiy
- Created: 2017-02-08T19:10:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:37:37.000Z (about 9 years ago)
- Last Synced: 2025-02-09T22:42:07.183Z (over 1 year ago)
- Topics: elixir, phoenix, websockets
- Language: Elixir
- Homepage:
- Size: 1.16 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draw

To start the app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.