Skip to content

Commit

Permalink
Merge pull request #489 from NUM-Forschungsdatenplattform/README_update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
romanschneidersva authored Mar 12, 2024
2 parents c139b2e + fa6b4e9 commit 50e18a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Num-portal

### Building and running locally
## Building and running locally

1. Postgres should be up and running, instructions below

Expand All @@ -9,20 +9,20 @@ In the root folder of the project, open cmd and run:
1. Build app: ```mvn clean install```
2. Run: ```mvn spring-boot:run```

### Database
## Database

Start a local instance of PostgreSQL:

```
docker run --name postgres -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgres
```

### Swagger
## Swagger

http://localhost:8090/swagger-ui/


### License
## License

Copyright 2021 vitagroup AG

Expand Down

0 comments on commit 50e18a6

Please sign in to comment.