An app for Fansubs Management System
This repository is a Fansub Site that was built on nodejs, expressjs, bookshelf knex ORM for the backend and modular-admin, bootstrap, daemonite-material, etc for the frontend.
First, you need to clone this repository and install all required dependencies.
$ git clone https://github.com/soraio/soraio.git
$ sudo apt-get install -y unicode-data
$ npm installThen, migrate and seed the databases then start the engine.
$ npm run build
$ npm startThen navigate to the app in browser, default port is on 3000 or you can customize it on config.js file.
Changes environtment on conf/config.js file, from development to production.
module.exports = {
/**
* Environments.
* @var
* @param environment {string} - The environment type
* Environment list :
* - development
* - staging
* - production
*/
environment: 'development',
port: 3000,
/**
* Database Configuration.
* @var
* @param databaseHost {string} - Your Database Host
* @param databaseUsername {string} - Your Database Username
* @param databasePassword {string} - Your Database Password
* @param databaseName {string} - Your Database Name
*/
dbPrefix : 'sora_',
databaseHost : 'Hostname',
databaseUsername : 'Username',
databasePassword : 'Password',
databaseName : 'Database'
}- 0.0.1
- Work in progress
Eries Trisnadi – zdumb1885@outlook.com
- Distributed under the MIT License.
- See
LICENSEfor more information.