https://github.com/raulrobinson/node-js
API REST for Node JS
https://github.com/raulrobinson/node-js
Last synced: 9 months ago
JSON representation
API REST for Node JS
- Host: GitHub
- URL: https://github.com/raulrobinson/node-js
- Owner: raulrobinson
- Created: 2024-11-05T19:53:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:01:52.000Z (about 1 year ago)
- Last Synced: 2025-01-27T04:18:04.973Z (11 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node JS for demo Pipeline POC.
## Prerequisites
**.npmrc** file should be present in the root directory of the project.
```angular2html
@scope:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR
```
## Installation
```bash
npm install
```
## Usage
```bash
npm start
```
## License
[MIT](https://choosealicense.com/licenses/mit/)