https://github.com/worksofliam/nodejs-ibmi-app
IBM i scaffold using TypeScript, express, odbc
https://github.com/worksofliam/nodejs-ibmi-app
ibmi template
Last synced: 12 months ago
JSON representation
IBM i scaffold using TypeScript, express, odbc
- Host: GitHub
- URL: https://github.com/worksofliam/nodejs-ibmi-app
- Owner: worksofliam
- Created: 2023-06-14T07:29:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T22:14:56.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:51:25.376Z (over 1 year ago)
- Topics: ibmi, template
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nodejs-ibmi-app Template
A Node.js API template, built specifically for using TypeScript, creating APIs with express, and ODBC to connect to IBM i.
### Create the repo from the template
Select 'Use this template' and 'Create a new repository'. Fill out your new repository information and when it has been created, clone it to your local device.

### Setup
1. After cloning the repo, change directory to it and use `npm i` to fetch the dependencies
2. Create a copy of `.env.example` named `.env` and update the environment variables with the values you would use to connect to an IBM i
### Testing
Use 'Launch Program' under the debug tab to launch to application.

You can also use `npm run start` to launch it outside of VS Code.