/dummy-web-api

Dummy express web API for testing purposes

Primary LanguageHTML

Dummy Web API

Basic Express API for testing purposes. Written in TypeScript using express, bundling with parcel.

CLI Commands

# install dependencies
npm install

# build, run app and watch for changes
npm start