8000 GitHub - Sahasawat-Boss/Open-API: MyAPI is a free and open RESTful API project [ Stack: tidb, dbeaver, node, express , deployed: railway ]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sahasawat-Boss/Open-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 MyAPI - Free Open API by Boss

Node.js TiDB DBeaver Railway

📖 Overview

MyAPI is a free and open RESTful API project, built with Node.js, Express, and TiDB, designed to provide sample user and post data.
It is deployed on Railway and uses TiDB as a scalable cloud database, with DBeaver for database management.

🌍 Live API URL: https://myapi-from-boss-free-use.up.railway.app

📌 API Endpoints

🏠 Root - API Info

  • GET /
  • Returns an HTML page listing available API endpoints.
  • Try it: View API Homepage

👤 Users Endpoint

  • GET /users
  • Returns a list of sample users stored in the database.
  • Example Response:
    [
      {
        "id": 1,
        "name": "John Doe",
        "detail": "Software developer from the USA.",
        "age": 28,
        "sex": "Male",
        "birth": "1996-05-14"
      },
      ...
    ]

👉 Try it: View API Users


Screenshot 2025-03-01 153027 Screenshot 2025-03-01 113427

About

MyAPI is a free and open RESTful API project [ Stack: tidb, dbeaver, node, express , deployed: railway ]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0