Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 268 Bytes

Recipes

This is the Node/Express API for a recipes app.

Getting Started

Clone the repo, switch to the cloned directory, and install the Node dependencies.

    npm install

To run the app,

    npm start

Tests

To run the tests,

    npm test