Skip to content

codevbk/nodejs_php_backend_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Project Sample with Node.js and PHP

Installation

npm install

Running

Development

npm run start:development

Production

npm run start:production

Documentation

GET /test

This method and endpoint are used to retrieve existing data entries.

Postman

You can use Postman to send a GET request to:

Fetch all data: http://localhost:3000/test

http://localhost:3000/test

Fetch specific data by ID (replace [dataID] with the actual data ID): http://localhost:3000/test/test_id=[dataID]

http://localhost:3000/test/test_id=[dataID]

Fetch specific data by Name (replace [dataName] with the actual data Name): http://localhost:3000/test/test_name=[dataName]

http://localhost:3000/test/test_name=[dataName]

Fetch specific data by ID and Name (replace [dataID] and [dataName] with the actual data ID): http://localhost:3000/test/test_id=[dataID]&test_name=[dataName]

http://localhost:3000/test/test_id=[dataID]&test_name=[dataName]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published