We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f8d3 commit 2f3dd5dCopy full SHA for 2f3dd5d
README.md
@@ -2,6 +2,13 @@
2
3
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3.
4
5
+## How to run backend (Express App)
6
+
7
+1. Navigate to **backend** folder by `cd backend/`
8
+2. Install dependencies `yarn install`
9
+3. Run the express server `yarn start`
10
+4. Open the URL `http://localhost:3000/places` in your browser
11
12
## Cloning Guide
13
14
1. Clone only the remote primary HEAD (default: origin/master)
0 commit comments