Skip to content

HilmiZul/parking-locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Locator

  • Clone this repo
gh repo clone hilmizul/parking-locator
  • Go to folder
cd parking-locator
  • Install dependencies
npm install
  • Run
npm run start
  • Go to http://localhost:4000

Error?

  • Create database: parking_locator
  • Create table: parking
Field Type
#id int(11)
nama varchar(50)
nopol varchar(20)
lat varchar(80)
lon varchar(80)