About Me API
This is a simple RESTful API built with Node.js and Express.js.
It serves as a personal profile endpoint that stores and updates basic information about Siphosethu Rululu including education, experience, certifications, and project
Project Overview
The About Me API demonstrates:
- Setting up a basic Node.js + Express server
- Creating REST API endpoints (
GETandPOST) - Sending and receiving JSON data
- Handling updates to personal profile info
This project can be extended into a full backend portfolio or used to practice Git, REST APIs, and backend fundamentals.
Tech Stack
| Technology | Purpose |
|---|---|
| Node.js | JavaScript runtime for server-side code |
| Express.js | Framework for creating web APIs |
| Postman | Tool for testing API endpoints |
Installation & Setup
Clone this repository
git clone https://github.com/yourusername/Aboutme-API.git
cd Aboutme-API