Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 568 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 568 Bytes

UIT-Articlelinker

1. Getting started

Clone the repo

$ git clone [email protected]:cultuurnet/uit-articlelinker.git

2. Install dependencies

$ npm install

3. Run project

The project is a small express app.

Run the project via the following command:

$ npm start

4. Run tests

Test are written with jest

Run tests via the following command:

$ npm test

5. Logging

For logging the requests and responses we use morgan