Skip to content

Commit 81e70e1

Browse files
authored
Update README.md
1 parent d07fec3 commit 81e70e1

File tree

1 file changed

+16
-49
lines changed

1 file changed

+16
-49
lines changed

README.md

+16-49
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# ICT2106_P3_Project
22
For lab group P3's project integration repository
33

4+
To setup the project.
5+
6+
cd clientapp
7+
npm i
8+
9+
cd ..
10+
11+
dotnet run
12+
413
# MODULE 1 TEAM 6
514

615
Sample Donor
@@ -11,54 +20,12 @@ Sample Admin
1120
username: testAdmin
1221
password: 1234
1322

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
6024

61-
Sample admin
62-
username: testadmin
63-
password: 1234
25+
Sample Employee
26+
username: testEmployee
27+
password: 1234
6428

29+
Sample Volunteer
30+
username: testVolunteer
31+
password: 1234

0 commit comments

Comments
 (0)