Skip to content

webmobiledev/location-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors