https://github.com/worksofliam/magic_example1
https://github.com/worksofliam/magic_example1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/worksofliam/magic_example1
- Owner: worksofliam
- Created: 2024-10-30T14:23:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:00:48.000Z (over 1 year ago)
- Last Synced: 2025-01-21T17:11:47.329Z (over 1 year ago)
- Language: TypeScript
- Size: 49.8 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.