Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hilmizul/parking-locator

built with nodejs + leaflet
https://github.com/hilmizul/parking-locator

javascript map nodejs parking parkinglocator

Last synced: 2 days ago
JSON representation

built with nodejs + leaflet

Awesome Lists containing this project

README

        

# Parking Locator
- Clone this repo
```bash
gh repo clone hilmizul/parking-locator
```

- Go to folder
```bash
cd parking-locator
```

- Install dependencies
```bash
npm install
```

- Run
```bash
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) |