Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feito até o 2, o 1 ta dando pau pelo .rest #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Semana15/Projeto/Warmup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const horario = (entrada) => {

let segundos = entrada%60
let min = entrada%3600
let horas = entrada/3600
return(`${horas}h ${min}m ${segundos}s`)
}
4 changes: 4 additions & 0 deletions Semana15/Projeto/knex-express-template/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DB_HOST = 35.226.146.116
DB_USER = douglas-florido
DB_PASSWORD = @YPzf2eidAljnf7ykH$b
DB_SCHEMA = epps-douglas-florido
2 changes: 2 additions & 0 deletions Semana15/Projeto/knex-express-template/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
build
Loading