https://github.com/worksofliam/probable-octo-spoon
OCEAN demo
https://github.com/worksofliam/probable-octo-spoon
Last synced: 11 months ago
JSON representation
OCEAN demo
- Host: GitHub
- URL: https://github.com/worksofliam/probable-octo-spoon
- Owner: worksofliam
- Created: 2023-07-28T21:11:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T21:11:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T01:14:18.097Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.