You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@
15
15
<h2>Directories</h2>
16
16
<ul>
17
17
<li>
18
-
\mock-api - This contains a mock API back end for profile designer. It uses a package called JSON-server (https://www.npmjs.com/package/json-server).
18
+
\mock-backend - This contains a mock API back end for profile designer. It uses a package called JSON-server (https://www.npmjs.com/package/json-server).
19
19
</li>
20
20
<li>
21
-
\mock-api\data - Most of the data used by the site is stored in this file. There is some additional lookup static data stored within the REACT code base.
21
+
\mock-backend\data - Most of the data used by the site is stored in this file. There is some additional lookup static data stored within the REACT code base.
22
22
</li>
23
23
<li>
24
-
\smart-web - This contains the REACT front end for profile designer.
24
+
\frontend - This contains the REACT front end for profile designer.
25
25
</li>
26
26
</ul>
27
27
@@ -34,7 +34,7 @@
34
34
<b>Build/Run the mock-api (Using a node.js prompt): </b>
35
35
<ul>
36
36
<li>
37
-
cd \mock-api
37
+
cd \mock-backend
38
38
</li>
39
39
<li>
40
40
npm intstall
@@ -54,7 +54,7 @@
54
54
<b>Build/Run the front end (Using a node.js prompt): </b>
55
55
<ul>
56
56
<li>
57
-
cd \smart-web
57
+
cd \frontend
58
58
</li>
59
59
<li>
60
60
npm intstall
@@ -67,7 +67,7 @@
67
67
</li>
68
68
</ul>
69
69
<p>
70
-
Notes: In order to use the site, the mock-api must be running.
70
+
Notes: In order to use the site, the mock backend API must be running.
71
71
Login: For phase I, the login process was intentionally simple. User data is stored in the db.json file and the login only checks that submitted password matches user name. Use cesmii/cesmii to login.
0 commit comments