Skip to content

cultuurnet/uit-articlelinker

Repository files navigation

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