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: readme.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
This repo is supposed to provide as a boilerplate for setting up routing, authentication and interaction with an api.
4
4
5
-
The code for the backend api can be found here: https://github.com/behu-kea/tomas-order-site
5
+
The frontend is running here: https://flawless-branch.surge.sh
6
+
The backend is running here: https://tomas-order-site.herokuapp.com/
6
7
7
-
It is hosted at Heroku at this url: https://tomas-order-site.herokuapp.com/
8
+
The code for the backend api can be found here: https://github.com/behu-kea/tomas-order-site
8
9
9
10
## Running the project
10
11
@@ -17,7 +18,7 @@ In the `settings.js`
17
18
- Update the variable `localApiUrl` to be the url for where the project mentioned above is running locally
18
19
- Update the variable `prodApiUrl` to be the url for where the project mentioned above is running in production
19
20
20
-
To run the project locally open `index.html`with Liver Server
21
+
To run the project locally click the `Go live` button in the bottom right corner. This will open the project with Liver Server. The url should be http://127.0.0.1:5500/ (depending on the port)
0 commit comments