async function user(req, res) {
try {
const user = {
name: "Gustavo O.R",
portfolio: "https://knmsn.github.io/my-hub/",
age: 23,
stacks: [
{
NodeJS: ["ReactJS", "ReactNative", "NestJS", "Express"],
Java: ["Spring", "JSP"],
Kotlin: ["Spring"],
Python: ["Flask", "Django", "Selenium"],
}
],
Databases: ["DB2", "SQL Server", "Amazon RDS", "Amazon Aurora", "PostgreSQL", "MongoDB", "OracleDB"],
Cloud: ["AWS Amazon", "Microsoft Azure"],
};
return res.status(201).json(user);
} catch (error) {
return res.status(500).json({ error: "Internal Error" });
}
}
app.get('/api/user', user);
đź”—
Coding…
Popular repositories Loading
-
dude-security
dude-security PublicLibrary for python for cybersecurity and monitoring of servers and workstations.
Python 7
-
-
bot-tritono
bot-tritono PublicMusic BOT for discord, with YouTube search and Spotify integration.
Python 2
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.