Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-weeks-dev/ev-charge-map-api
EV Charge Map Api is the the backend/api for ev-charge-map. Made with Laravel
https://github.com/john-weeks-dev/ev-charge-map-api
google-maps javascript laravel laravel-api php quasar quasar-framework single-page-app spa vue3 vuejs
Last synced: 2 months ago
JSON representation
EV Charge Map Api is the the backend/api for ev-charge-map. Made with Laravel
- Host: GitHub
- URL: https://github.com/john-weeks-dev/ev-charge-map-api
- Owner: John-Weeks-Dev
- Created: 2022-07-17T17:13:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T10:38:35.000Z (over 1 year ago)
- Last Synced: 2023-09-02T07:28:02.013Z (over 1 year ago)
- Topics: google-maps, javascript, laravel, laravel-api, php, quasar, quasar-framework, single-page-app, spa, vue3, vuejs
- Language: PHP
- Homepage: https://rumble.com/v1q1i9r-build-a-pwa-quasar-framework-vue-3-laravel-api-pt-1.html
- Size: 119 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EV Charge Map API (ev-charge-map-api)
### Tutorial series on how to build this
If you'd like a step by step guide on how to build this just **CLICK THE IMAGE BELOW**
[![GO TO JOHN WEEKS DEV TUTORIAL VIDEOS](https://user-images.githubusercontent.com/108229029/203494132-c95e7b90-2b19-4dbb-b090-19a74b587e26.jpg)](https://rumble.com/v1q1i9r-build-a-pwa-quasar-framework-vue-3-laravel-api-pt-1.html)
Come and check out my YOUTUBE channel for lots more tutorials -> https://www.youtube.com/@johnweeksdev
**LIKE**, **SUBSCRIBE**, and **SMASH THE NOTIFICATION BELL**!!!
## Demonstration Video
https://user-images.githubusercontent.com/108229029/179423135-feeb78d5-0991-4875-8dae-440afdc82d28.mp4
## Setup
Clone the project
```
git clone https://github.com/John-Weeks-Dev/ev-charge-map-api.git
```Then
```
composer installcp .env.example .env
php artisan cache:clear
composer dump-autoload
php artisan key:generate
php artisan serve
```Create a DATABASE an then run the command
```
php artisan migrate
```Now go to https://console.cloud.google.com/
Generate an API KEY.
You'll need to ENABLE Maps API, Directions API, Places API, and Distance Matrix API.
Add your new API KEY to the .env file
```
GOOGLE_MAPS_API_KEY=api-key
```You should be good to go!
# Application images/pages
## Map Section
# Route/Journey Section
## Auth Login / Registration Section
## Account Section