An open API service indexing awesome lists of open source software.

https://github.com/navikt/pam-annonsemottak

PAM Annonsemottak
https://github.com/navikt/pam-annonsemottak

pam stilling

Last synced: 2 months ago
JSON representation

PAM Annonsemottak

Awesome Lists containing this project

README

          

## Beskrivelse

App som henter annonser fra andre kilder som Finn, Amedia

### Running in localhost

Copy `pam-annonsemottak\src\test\resources\application-dev.yml` to your home folder (rename to pamannonsemottak-dev), and add your developer keys etc.

#### Backend
```
mvn clean install
mvn spring-boot:run -Dspring.profiles.active=dev -Dspring.config.location=${user.home}/pamannonsemottak-dev.yml
```

#### Intellij
Run>Edit configurations
Add new configurations, choose maven
Then enter:
```
spring-boot:run -Dspring.profiles.active=dev -Dspring.config.location=${user.home}/pamannonsemottak-dev.yml
```
on the command line field.