Skip to content

Commit f873275

Browse files
authored
Update deployment.md
1 parent 7466cb9 commit f873275

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deployment.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<h2>Directories</h2>
1616
<ul>
1717
<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).
1919
</li>
2020
<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.
2222
</li>
2323
<li>
24-
\smart-web - This contains the REACT front end for profile designer.
24+
\frontend - This contains the REACT front end for profile designer.
2525
</li>
2626
</ul>
2727

@@ -34,7 +34,7 @@
3434
<b>Build/Run the mock-api (Using a node.js prompt): </b>
3535
<ul>
3636
<li>
37-
cd \mock-api
37+
cd \mock-backend
3838
</li>
3939
<li>
4040
npm intstall
@@ -54,7 +54,7 @@
5454
<b>Build/Run the front end (Using a node.js prompt): </b>
5555
<ul>
5656
<li>
57-
cd \smart-web
57+
cd \frontend
5858
</li>
5959
<li>
6060
npm intstall
@@ -67,7 +67,7 @@
6767
</li>
6868
</ul>
6969
<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.
7171
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.
7272
</p>
7373
</ol>

0 commit comments

Comments
 (0)