1
1
# ICT2106_P3_Project
2
2
For lab group P3's project integration repository
3
3
4
+ To setup the project.
5
+
6
+ cd clientapp
7
+ npm i
8
+
9
+ cd ..
10
+
11
+ dotnet run
12
+
4
13
# MODULE 1 TEAM 6
5
14
6
15
Sample Donor
@@ -11,54 +20,12 @@ Sample Admin
11
20
username: testAdmin
12
21
password: 1234
13
22
14
- # ICT2101-2201-Team-Project
15
-
16
- Welcome to the ict2102-team05-2022 wiki!
17
-
18
- Install node.js 16.15.0 first before running
19
-
20
- Open the MusicSchool folder
21
-
22
- Open the project in vscode [ !important]
23
-
24
- Open NPM scripts in view
25
-
26
- First time running:
27
-
28
- Run start on client/package.json (client)
29
- Run start on package.json (server)
30
- Both underlines need to be started in order for the application to work.
31
-
32
- ![ Alt text] ( /gitassets/firsttimerun.png " First Time Run ")
33
-
34
- Subsequent time's running:
35
-
36
- Run startWithoutNPM on client/package.json (client)
37
- Run startWithoutNPM on package.json (server)
38
- Due to some issues with camera only working on HTTPS only use google chrome.
39
- Both underlines need to be started in order for the application to work.
40
-
41
- ![ Alt text] ( /gitassets/subsequenttimerun.png " Subsequent Time Run ")
42
-
43
- To Run the webapp on mobile
44
- Ensure both mobile and the device the project is running on are connected to the same network.
45
-
46
- ipconfig on the device running the project
47
-
48
- Key in https://[ ip the device the project is running on] :3000 on google chrome mobile
49
-
50
- To test out all the features
51
- use the login credentials:
52
-
53
- Sample staff
54
- username: teststaff
55
- password: 1234
56
-
57
- Sample manager
58
- username: testmanager
59
- password: 1234
23
+ # ICT2106 Module 1 Team 1
60
24
61
- Sample admin
62
- username: testadmin
63
- password: 1234
25
+ Sample Employee
26
+ username: testEmployee
27
+ password: 1234
64
28
29
+ Sample Volunteer
30
+ username: testVolunteer
31
+ password: 1234
0 commit comments