A sample node Backend API for KintoHub
- Service Type: Backend API
- Repo: https://github.com/kintohub-examples/nodejs-api
- Branch: master
- Language: NodeJS
- Language version: 14
- Build Command:
npm install
- Start Command:
npm run prod
- Port: 80
Pre-requisites: Nodejs v14+
- Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub-examples/nodejs-api
$ cd nodejs-api
- Install the dependencies
$ npm install
- To start the app
$ npm run start
- Access the app:
localhost:8000
- test the api by going to:
/hello/<name>
Contact us: https://www.kintohub.com/contact-us Discord: https://discordapp.com/invite/E2CMjKP