Skip to content

mrkdavi/mrkdavi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 

Repository files navigation

Hi , This is Marcus!

I'm a Full-Stack Web Developer!

I'm just a regular guy who starts to programming for fun and I'm looking for great opportunities in this wonderful world of technology.

πŸ§‘β€πŸ’» About Me

import express from 'express'

const app = express()
const PORT = 3000

const marcus = {
	stack:"Full-Stack Developer",
	pronouns: ['He', 'Him'],
	favoriteDrinks: ['cajuina', 'coffee', 'tea'],
	favoriteFoods: ['burger', 'lasagna'],
	like: ['games', 'comics', 'animes'],
};

app.get('/about', (req, res) => (
	res.status(200).json({ marcus })
);

app.listen(PORT, () => (
	console.log(`Server running at port ${PORT}...`)
);
More Details

πŸ’» Languages and Technologies

πŸ“ͺ Get in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published