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

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

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`