-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadMe.txt
More file actions
44 lines (25 loc) · 784 Bytes
/
ReadMe.txt
File metadata and controls
44 lines (25 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Steps to Run Project :
Customer Screen
React
1. Open - bug_tracking > Customer
2. cmd - npm i (if necessary , install the remaining packages seperately)
3. npm start
Node
1. Open - bug_tracking > Customer > backend
2. cmd - npm i (if necessary , install the remaining packages seperately)
3. npm start
Customer Login screen is in :
http://localhost:8080
Tester , Manager
React
1. Open - bug_tracking > manager-tester
2. cmd - npm i (if necessary , install the remaining packages seperately)
3. npm start
Node
1. Open - bug_tracking > > backend
2. cmd - npm i (if necessary , install the remaining packages seperately)
3. npm start
Tester Login screen is in :
http://localhost:3000/Tester_login
Manager Login screen is in :
http://localhost:3000/Manager_login