Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

An API that returns a randomized greeting message.

Notifications You must be signed in to change notification settings

ZacxDev/random-greeting-api

Repository files navigation

NodeJS Starter

If you use this project, please give it a star so I know I need to maintain this fork.

Requirements

  • NodeJS/NPM

Setup

  • Install packages: npm i
  • Copy example environment file: cp .env.example .env
  • Execute the source code: npm run dev

Debugging

This api exposes the node process inspector on port 5864. You can inspect the process using VSCode's bulitin debugger, or by hooking into that inspector yourself.

About

An API that returns a randomized greeting message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published