Skip to content

msilva94/lirikhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

config/database.js

module.exports = {
    database: 'mongodb://localhost:27017/<db_name>',
    secret: '<secret>'
}

config/twitch.js

module.exports = {
    client_id: '<client_id>'
}

Running the project

cd angular-src && npx ng build && cd ..
node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors