This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz | |
CPU Family: 0x6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD FX(tm)-8350 Eight-Core Processor | |
CPU Family: 0x15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Informações do computador: | |
Fabricante: Gigabyte Technology Co., Ltd. | |
Modelo: GA-970A-UD3 | |
Tipo: Computador de mesa | |
Sem entrada de toque | |
Informações do processador: | |
Fabricante da CPU: AuthenticAMD | |
Marca da CPU: AMD FX(tm)-8350 Eight-Core Processor | |
Família do processador: 0x15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import express from 'express' | |
import cookieParser from 'cookie-parser' | |
import 'dotenv/config' | |
import '@mongo/connections' | |
const { PORT, COOKIE_SECRET } = process.env | |
const port = PORT || 5000 | |
const app = express() | |
app.use(express.json()) |