Skip to content

Commit f51cc3b

Browse files
author
Stefano Malagò
committed
Updated README.md
deleted unused files
1 parent c40ce31 commit f51cc3b

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,21 @@ this will allow for a more scalable tagging experience.
1414
- mongodb: Dockerfile for MongoDB server
1515
- tagging service: Python Flask server
1616

17-
1817
## Usage
18+
1919
The application is entirely dockerized and as such can be run as long as Docker is installed, to run it:
20+
2021
```
2122
cd python-react-tagging-standalone
2223
docker-compose up -d # development
2324
docker-compose -f docker-compose-deploy.yml up -d # deployment
2425
```
26+
2527
then connect to http://localhost:8080/
2628

29+
In the case of deploying the application it is required to set
30+
`TAGGING_SERVICE_URL=<host-url>:5000` inside the file `frontend/.env.prod`.
31+
2732
To stop the containers
2833

2934
```

frontend/config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

frontend/server.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)