Skip to content

Commit

Permalink
format readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed Apr 29, 2024
1 parent a704d17 commit 7aa1404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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/index.html


### License
## License

Copyright 2024 HiGHmed e.V.

Expand Down
1 change: 0 additions & 1 deletion local-env/.gitignore

This file was deleted.

0 comments on commit 7aa1404

Please sign in to comment.