$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ docker-compose build the-dev
$ docker-compose up the-dev
$ docker-compose down the-dev
To get the best universities GET Request http://localhost:3000/institution/Chemistry
One unit test is written in src/institution/tests
To run: npm test