An API for developers. Built with Node.js and Express.
git clone https://github.com/Lord-Samuel/base-api.git
cd base-api
npm installOr If Possible, create a folk
After Installation, Modify as you want
If you want to deploy on vercel, add a file named
{
"version": 2,
"builds": [
{ "src": "./index.js", "use": "@vercel/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "/" }
]
}npm startThe server will run on
- api/status
- api/ping
- api/deepseek?q=
All Credits Lord-Samuel