Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 961 Bytes

File metadata and controls

61 lines (41 loc) · 961 Bytes

Rebix Base Api For Serve As A Guide For Developers


Image


An API for developers. Built with Node.js and Express.

Getting Started (Installation)

git clone https://github.com/Lord-Samuel/base-api.git
cd base-api
npm install

Or If Possible, create a folk

After Installation, Modify as you want

Deployment

If you want to deploy on vercel, add a file named

vercel.json. Inside of this file, insert this

{
  "version": 2,
  "builds": [
    { "src": "./index.js", "use": "@vercel/node" }
  ],
  "routes": [
    { "src": "/(.*)", "dest": "/" }
  ]
}

Running On Server

npm start

The server will run on

Added examples such as

  • api/status
  • api/ping
  • api/llama?q=

Am Still A Noob Or NewBie Coder


If There Are Suggestions or Errors, Feel Free To Submit An Issue

All Credits Lord-Samuel