Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpil/photobank
An app for sharing photos!
https://github.com/lpil/photobank
elixir elm grape-api phoenix progressive-web-app ruby social-network
Last synced: 5 days ago
JSON representation
An app for sharing photos!
- Host: GitHub
- URL: https://github.com/lpil/photobank
- Owner: lpil
- Created: 2017-07-22T14:24:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T20:44:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-21T12:43:14.892Z (2 months ago)
- Topics: elixir, elm, grape-api, phoenix, progressive-web-app, ruby, social-network
- Language: Elixir
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photobank
[![CircleCI](https://circleci.com/gh/lpil/photobank.svg?style=shield)](https://circleci.com/gh/lpil/photobank)
A photo sharing app. :)
## Components
### Frontend
The interface for the users. A single page app that runs in the browsers,
written in Elm.### Backend
The data provider for the Frontend, a REST API.
Currently there is a bajillion half implemented version of the backend.