Clone the repo
$ git clone [email protected]:cultuurnet/uit-articlelinker.git
$ npm install
The project is a small express app.
Run the project via the following command:
$ npm start
Test are written with jest
Run tests via the following command:
$ npm test
For logging the requests and responses we use morgan