Skip to content

Instantly share code, notes, and snippets.

@N-Hidaya
Created July 20, 2023 07:42
Show Gist options
  • Save N-Hidaya/80938425177908fad937d1771d62e4c2 to your computer and use it in GitHub Desktop.
Save N-Hidaya/80938425177908fad937d1771d62e4c2 to your computer and use it in GitHub Desktop.
NurulH How-to-deploy-an-api-on-render-and-upload-it-on-rapidapi
{
"name": "sampleapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"nodemon": "^2.0.22"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment