Server

This app is responsible to start a process that will crawl Jenkins and store its information in a PostgreSQL DB.

TODO: add more stuff here

Starting the app

To start this app all you have to do is:

npm start

For a nicer development experience you may:

npm run watch

which calls nodemon and tsc in watch mode