https://github.com/worksofliam/comsweden_demo
Node.js demo app for Common Sweden
https://github.com/worksofliam/comsweden_demo
Last synced: over 1 year ago
JSON representation
Node.js demo app for Common Sweden
- Host: GitHub
- URL: https://github.com/worksofliam/comsweden_demo
- Owner: worksofliam
- Created: 2023-10-31T13:07:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:35:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T17:11:46.033Z (over 1 year ago)
- Language: TypeScript
- Size: 34.2 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
This is awesome
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
Nice one
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.