const express = require("express");
const app = express();
app.get("/info", (req, res, next) => {
return res.json({
name: "Omar.A",
email: "temp.dev.56@gmail.com",
role: "Backend Developer",
about:
"self-taught developer, focused on back-end development, \
Passionate about software engineering. \
Seeking to design, and build secure, scalable, and high-performing back-end systems.",
availableForHiring: true,
});
});
app.listen(3000, () => {
console.log("Server running on port 3000");
});
-
Notifications
You must be signed in to change notification settings - Fork 1
civilcoder55/civilcoder55
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published