A simple REST API built with Node.js and Express.
npm install node index.js
| Endpoint | Method | Response |
|---|---|---|
| / | GET | {"message": "API is running"} |
| /health | GET | {"message": "healthy"} |
| /me | GET | {"name": "Oluwole Adeboye", "email": "oluwoleadeboye3@gmail.com", "github": "https://github.com/Adeboyles"} |