Skip to content

Commit

Permalink
docs (core) : adding README.md with little note on check MongoDB UI A…
Browse files Browse the repository at this point in the history
…ccess
  • Loading branch information
gnknithin committed Jul 4, 2024
1 parent 3940ff1 commit 0f6d693
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ PASSWORD=testenv123
DATABASE=personify
```

## Check [![Home - Mongo Express](https://img.shields.io/badge/-MongoDB-13aa52?style=for-the-badge&logo=mongodb&logoColor=white)](http://localhost:8081) DB UI Access
```
URL=http://localhost:8081
```

#### To Run Server:
```
python3 src/server.py -p 8888 -c ./configs/development.yaml -d
Expand Down

0 comments on commit 0f6d693

Please sign in to comment.