/simple-node-backend

simple node backend using express

Primary LanguageJavaScript

Simple Node Backend

Code sample for lyft apprenticeship Using express and node I create a an API to cut the incoming string every third character to create a new string that is return.

Installation

npm install

Usage

To run the server

npm run

Test

npm run test