2020-12-14 12:48:23 +00:00
|
|
|
# Seepur - PoC
|
2020-01-14 01:57:43 +00:00
|
|
|
|
2020-12-14 12:51:11 +00:00
|
|
|
> note: was written in a rush, and not polished. Needed something that worked for me. So soorry about the mess :)
|
|
|
|
|
2020-12-14 12:48:23 +00:00
|
|
|
Created for my mom and my daughter :) - open sourced, Though rough to setup (Admin is not really a thing yet)
|
|
|
|
|
|
|
|
|
|
|
|
#### A shared story time experience
|
|
|
|
Make video calls with a synced book view!
|
|
|
|
Best for babies/toddlers and grandparents
|
|
|
|
|
2020-12-17 13:51:35 +00:00
|
|
|
![Landing Page](https://i.imgur.com/Q9vvZOq.png)
|
|
|
|
|
|
|
|
|
|
|
|
![Book view](https://i.imgur.com/YdXk3G4.png)
|
|
|
|
|
2020-12-14 12:48:23 +00:00
|
|
|
PoC:
|
|
|
|
- You can add a child
|
|
|
|
- Add a connection to the child (i.e grandparent)
|
|
|
|
- You can start a video/audio/book call (p2p)
|
|
|
|
- STUN/TURN configured in DB
|
|
|
|
- User management
|
|
|
|
- Upload books
|
|
|
|
- basic child profile page.
|
|
|
|
|
2020-01-18 20:46:06 +00:00
|
|
|
|
|
|
|
#### For Development
|
2020-04-30 13:26:05 +00:00
|
|
|
- `yarn install`
|
|
|
|
- To create or run the DB migrations: `npx adonis migration:run`
|
|
|
|
|
|
|
|
##### Running dev server
|
|
|
|
- `npx adonis serve --dev`
|
|
|
|
|
|
|
|
##### Build vue js apps
|
|
|
|
- `yarn build:applications`
|
|
|
|
|
|
|
|
##### Build css
|
|
|
|
- `yarn build:css`
|
|
|
|
|
|
|
|
#### Build application
|
|
|
|
- `yarn build`
|