Speech as a package #416

Merged
bones7242 merged 89 commits from speech-as-a-package into master 2018-04-18 21:47:34 +02:00
Showing only changes of commit 86e9b667e7 - Show all commits

View file

@ -9,7 +9,7 @@ visit [lbryio/www.spee.ch](https://github.com/lbryio/www.spee.ch) to get started
neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM
neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM
* the `server/` folder contains all of the server code
* `index.js` is the entry point for the server. It creates the [express app](https://expressjs.com/), requires the routes, syncs the database, and starts the server listening on the `PORT` designated in the config file. This file is the entry point for webpack to build the server bundle.
* the `server/routes` folder contains all of the routes for the express app
* the `server/models` folder contains all of the models which the app uses to interact with the `mysql` database. Note: this app uses the [sequelize](http://docs.sequelizejs.com/) orm.
neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM
* the `server/models` folder contains all of the models which the app uses to interact with the `mysql` database. Note: this app uses the [sequelize](http://docs.sequelizejs.com/) ORM.
neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM
* webpack
* During the build process, webpack creates a bundle for this project at `index.js`:

neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM
neb-b commented 2018-04-17 22:27:10 +02:00 (Migrated from github.com)
Review

ORM

ORM