Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GeanPeiraz authored Mar 21, 2023
0 parents commit 0005b70
Show file tree
Hide file tree
Showing 3 changed files with 1,616 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const express = require('express')
const app = express()

app.get('/', function (req, res) {
res.send('Amazon 2.0 - KINDLER ')
})

app.listen(3000, ()=>{
console.log('SERVIDOR RODANDO EM - http://localhost:3000');
});
Loading

0 comments on commit 0005b70

Please sign in to comment.