Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 424 Bytes

Web App Workshop Emoji Store

Overview

A small app exposing a simple API to interact with the Emoji data store. The app is intended to be used for the purpose of the LPTC CoderDojo Web App workshop.

Getting Started

Install dependencies using npm:

npm install

Make sure you have imported the emojis data before starting the app:

npm run-script import

Run the app:

npx nodemon -e .js,.html app.js