An open API service indexing awesome lists of open source software.

https://github.com/webmobiledev/location-search


https://github.com/webmobiledev/location-search

Last synced: 17 days ago
JSON representation

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.