Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekkr/videologue_umbrella
Videologue: Phoenix Project following Rumbl for Videos
https://github.com/abhishekkr/videologue_umbrella
elixir phoenix webapp
Last synced: 26 days ago
JSON representation
Videologue: Phoenix Project following Rumbl for Videos
- Host: GitHub
- URL: https://github.com/abhishekkr/videologue_umbrella
- Owner: abhishekkr
- Created: 2021-06-27T11:33:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T09:26:06.000Z (over 3 years ago)
- Last Synced: 2024-11-24T17:09:03.546Z (2 months ago)
- Topics: elixir, phoenix, webapp
- Language: Elixir
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Videologue
> is an Umbrella Phoenix project created following `Rumbl` project example flow from Book `Programming Phoenix >=1.4`
---
* to run on dev node with some data
```
git clone https://github.com/abhishekkr/videologue_umbrella.git
pushd videologue_umbrellamix deps.get
pushd apps/videologue_web/assets && npm install && popdmix ecto.drop
mix ecto.create
mix ecto.migrate
mix run apps/videologue/priv/repo/seeds_test_data.exs
mix run apps/videologue/priv/repo/seeds.exs
mix phx.server
```---