https://github.com/tungbq/demo-node-api
Basic nodejs API repository
https://github.com/tungbq/demo-node-api
Last synced: 6 months ago
JSON representation
Basic nodejs API repository
- Host: GitHub
- URL: https://github.com/tungbq/demo-node-api
- Owner: tungbq
- Created: 2023-01-11T15:07:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T16:46:56.000Z (over 2 years ago)
- Last Synced: 2025-04-06T05:57:39.562Z (6 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-node-api
Basic nodejs API repository# Install express
`npm install express --save`
# Running app
`node index.js`