We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0691c6d commit 9a71d47Copy full SHA for 9a71d47
README.md
@@ -45,18 +45,14 @@ https://user-images.githubusercontent.com/64161548/147793106-b31c9769-11f1-46db-
45
46
Install
47
-----------
48
-(Comming Soon!)
49
* To run the application, clone it using the command:
50
```
51
-git clone https://github.com/PouriaAmini/BugTracker.git
+$ git clone https://github.com/PouriaAmini/BugTracker.git
52
53
-* Navigate to the root directory and type:
+* Navigate to the root directory and execute the following commands:
54
55
-mvn spring-boot:run
56
-```
57
-* Run the front-end using (you should have npm installed!):
58
59
-npm start
+$ docker build -f Dockerfile -t springdemo .
+$ docker run -p 3000:3000 -t springdemo
60
61
* Navigate to:
62
0 commit comments