We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2239e9c commit ca892d0Copy full SHA for ca892d0
1 file changed
README.md
@@ -10,13 +10,19 @@
10
11
Main page to review the project for phase 3 is: https://web20opensource.github.io/
12
13
+### Server at heroku
14
+The backend server has been deployed into Heroku. However if You can to try on your local please follow the next steps
15
+
16
17
### Install Server
18
You will Need nodejs and npm
19
20
Download the Node development server project
21
https://github.com/udacity/mws-restaurant-stage-3
22
Loo the README notes on how to launch the server
23
24
+### Replace all instances of heroku server to your localhost and port
25
+Look for https://udacity-mws-server.herokuapp.com and replace for http://localhost:1337
26
27
### Install FrontEnd project - Restaurant Reviews
28
Download this project and extract it from
0 commit comments