Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-carlos-1985 authored May 5, 2021
1 parent 05e952c commit 1a66f34
Show file tree
Hide file tree
Showing 29 changed files with 39,771 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files": {
"main.js": "/static/js/main.2886691d.chunk.js",
"main.js.map": "/static/js/main.2886691d.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.d3386701.js",
"runtime-main.js.map": "/static/js/runtime-main.d3386701.js.map",
"static/js/2.8a112757.chunk.js": "/static/js/2.8a112757.chunk.js",
"static/js/2.8a112757.chunk.js.map": "/static/js/2.8a112757.chunk.js.map",
"index.html": "/index.html"
},
"entrypoints": [
"static/js/runtime-main.d3386701.js",
"static/js/2.8a112757.chunk.js",
"static/js/main.2886691d.chunk.js"
]
}
75 changes: 75 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="manifest" href="/manifest.json" />
<title>APLICAÇÃO TEXT TO SPEECH</title>
</head>

<body>
<noscript>VOCÊ PRECISA HABILITAR O JAVASCRIPT PARA EXECUTAR ESSA APLICAÇÃO.</noscript>
<div id="root"></div>
<script>!function (e) {
function t(t) {
for (var n, l, a = t[0], f = t[1], i = t[2], c = 0, s = []; c < a.length; c++)l = a[c],
Object.prototype.hasOwnProperty.call(o, l) && o[l] && s.push(o[l][0]), o[l] = 0;
for (n in f) Object.prototype.hasOwnProperty.call(f, n) && (e[n] = f[n]);
for (p && p(t); s.length;)s.shift()();
return u.push.apply(u, i || []), r()
}
function r() {
for (var e, t = 0; t < u.length; t++) {
for (var r = u[t], n = !0, a = 1; a < r.length; a++) { var f = r[a]; 0 !== o[f] && (n = !1) } n && (u.splice(t--, 1), e = l(l.s = r[0]))
}
return e
} var n = {}, o = { 1: 0 }, u = []; function l(t) {
if (n[t])
return n[t].exports; var r = n[t] = { i: t, l: !1, exports: {} };
return e[t].call(r.exports, r, r.exports, l), r.l = !0,
r.exports
} l.m = e, l.c = n, l.d = function (e, t, r) {
l.o(e, t) ||
Object.defineProperty(e, t, { enumerable: !0, get: r })
},
l.r = function (e) {
"undefined" != typeof Symbol && Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(e, "__esModule", { value: !0 })
}, l.t = function (e, t) {
if (1 & t && (e = l(e)), 8 & t) return e;
if (4 & t && "object" == typeof e && e && e.__esModule)
return e; var r = Object.create(null);
if (l.r(r), Object.defineProperty(r, "default", { enumerable: !0, value: e }),
2 & t && "string" != typeof e)
for (var n in e) l.d(r, n, function (t) {
return e[t]
}.bind(null, n));
return r
}, l.n = function (e) {
var t = e && e.__esModule ? function () {
return e.default
} : function () {
return e
};
return l.d(t, "a", t), t
}, l.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
},
l.p = "/"; var a = this.webpackJsonpwatson_tts =
this.webpackJsonpwatson_tts || [], f = a.push.bind(a);
a.push = t, a = a.slice();
for (var i = 0; i < a.length; i++)t(a[i]);
var p = f; r()
}([])
</script>
<script src="/static/js/2.8a112757.chunk.js">
</script>
<script src="/static/js/main.2886691d.chunk.js">
</script>
</body>

</html>
8 changes: 8 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"short_name": "TTS",
"name": "APLICAÇÃO TEXT TO STRING",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions build/static/js/2.8a112757.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/2.8a112757.chunk.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.2886691d.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/static/js/main.2886691d.chunk.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/runtime-main.d3386701.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/static/js/runtime-main.d3386701.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"development": {
"username": "root",
"password": null,
"database": "database_development",
"host": "127.0.0.1",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
28 changes: 28 additions & 0 deletions migrations/20200617130500-create-comments.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
export function up(queryInterface, Sequelize) {
return queryInterface.createTable('comments',
{
id: {
type: Sequelize.INTEGER,
allowNull: false,
autoIncrement: true,
primaryKey: true
},
st_comment: {
type: Sequelize.STRING,
allowNull: false
},
created_at: {
type: Sequelize.DATE,
allowNull: false
},
updated_at: {
type: Sequelize.DATE,
allowNull: false
},
}
);
}
export function down(queryInterface, _Sequelize) {

return queryInterface.dropTable('comments');
}
Loading

0 comments on commit 1a66f34

Please sign in to comment.