Skip to content

zPush/aboutme-api

Repository files navigation

about_api

A personal resume API built with Fastify and TypeScript. Returns structured data about me, my projects, tools, experience, and interests.

Why Fastify?

Faster than Express out of the box, better TypeScript support, and a clean plugin system for things like CORS and rate limiting without extra glue code.

Endpoints

Method Route Description
GET / List all available routes
GET /resume Full resume in one response
GET /about Name, age, GitHub
GET /skills Tech skills array
GET /projects Projects with live status ping
GET /tools Tools and tech stack
GET /experience Work and education
GET /interests What I'm exploring
GET /health Health check

Run locally

npm install
npm run api

Server runs on http://localhost:3000.

Live

https://api.tordalk.net

Stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors