https://github.com/launchscout/thing_server
Server side of the Things App
https://github.com/launchscout/thing_server
Last synced: 7 months ago
JSON representation
Server side of the Things App
- Host: GitHub
- URL: https://github.com/launchscout/thing_server
- Owner: launchscout
- Created: 2015-12-18T19:21:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T19:25:38.000Z (over 10 years ago)
- Last Synced: 2024-04-13T07:11:07.749Z (over 2 years ago)
- Language: Elixir
- Size: 47.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThingServer
This is the server side of a simple proof of concept angular2 Phoenix app. It
serves up the api and sends updates over Phoenix channels. You'll need to run the
[client side app](https://github.com/gaslight/things) as well.
To start your Phoenix app:
1. Install dependencies with `mix deps.get`
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`
3. Start Phoenix endpoint with `mix phoenix.server`