https://github.com/webmobiledev/location-search
https://github.com/webmobiledev/location-search
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmobiledev/location-search
- Owner: webmobiledev
- Created: 2020-12-18T07:39:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T08:04:42.000Z (over 5 years ago)
- Last Synced: 2025-06-17T11:50:37.136Z (10 months ago)
- Language: JavaScript
- Size: 7.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a simple location search app built with Node.js, SQLite and React.js.
## Run the app
Clone this repo and run the app by following commands.
- Backend will run on `localhost:8000`
```
cd server
npm install
npm run start
```
- Frontend will run on `localhost:3000`
```
cd app
npm install
npm run start
```
Go to `localhost:3000` in the browser and you will see search and list box.
If you input more than 2 charaters in search box, it will fetch the data from the backend based on the input value and show location list in the box below.