Skip to content

smalik2043/the-app

Repository files navigation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Docker

run through docker

docker build

$ docker-compose build the-dev

To start the docker container

$ docker-compose up the-dev

remove docker container

$ docker-compose down the-dev

To get the best universities GET Request http://localhost:3000/institution/Chemistry

Please review the comments in institution.service.ts file for more information.

One unit test is written in src/institution/tests

To run: npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published