This repo contains a collection of NodeJS APIs that showcase the functionality of NanoAPI's CLI.
Ensure you have napi
installed:
npm install -g @nanoapi.io/napi
Clone this repo and navigate to the desired framework/API directory:
git clone https://github.com/nanoapi-io/nodejs-example-apis.git && \
cd nodejs-example-apis/express/1-simple && \
npm i
You're all set to run napi
commands!
napi init
napi ui