This is a RESTful API providing information about my resume, built with Bun and BaoJS. The API serves various endpoints to access different sections of my resume.
This endpoint provides the main information about my resume.
Here you can find detailed information about myself, including my background, skills, and experiences.
This endpoint lists my skills, categorized by frontend, backend, languages, and other relevant categories.
This endpoint lists current things im learning.
- Bun
- BaoJS
- Vanilla HTML, TypeScript
- Tailwind CSS
To run this API locally, make sure you have Bun and BaoJS installed.
Then start the server with:
bun run src/data.ts
- Clone this repository.
- Install dependencies with
npm install
. - Start the server with
npm start
.
This project is licensed under the MIT License.