Skip to content

Archibe web app for summarizing and browsing YouTube Live archives

License

Notifications You must be signed in to change notification settings

dqn/archibe-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archibe-backend

Archibe web app for summarizing and browsing YouTube Live archives.

Demo page: https://archibe.vercel.app

Develop

Start database

$ make startdb

Stop database

$ make stopdb

Init database

$ make initdb

Insert YouTube archive data

$ CHANNEL_ID=<channel-id> make insert

Start Server

$ make serve

Test

$ make test

Backup

$ pg_dump archibe -h 127.0.0.1 -U admin > example.dump

Restore

# psql -c 'create database archibe'
$ psql archibe < example.dump

License

MIT

About

Archibe web app for summarizing and browsing YouTube Live archives

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages