Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hilmizul/parking-locator
- Owner: HilmiZul
- Created: 2020-10-28T16:11:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T15:36:50.000Z (8 months ago)
- Last Synced: 2024-11-07T21:29:13.489Z (about 1 month ago)
- Topics: javascript, map, nodejs, parking, parkinglocator
- Language: JavaScript
- Homepage: https://parking-locator.vercel.app
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |