Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
/ ev-graph Public archive

Electrical Vehicles Statistics in NZ with a prediction (Slim/PHP, React/JS)

Notifications You must be signed in to change notification settings

thesun2003/ev-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EV-Graph

Electro Vehicle (EV) Statistics in NZ with prediction, graphics and some analytics.

Technical implementation:

  • Frontend
    • React/JS
  • API
    • Slim/PHP

Apache Host Setup example:

<VirtualHost *:80>

  DocumentRoot /var/www/ev-graph/frontend/build/
  <Directory /var/www/ev-graph/frontend/build/>
    Require all granted
    php_flag engine Off
  </Directory>

  Alias /api/ "/var/www/ev-graph/api/public/"
  <Directory /var/www/ev-graph/api/public/>
    Options FollowSymLinks
    AllowOverride All
    Require all granted
  </Directory>

  Alias /static/ "/var/www/ev-graph/frontend/build/static/"
  <Directory /var/www/ev-graph/frontend/build/static/>
    Require all granted
    php_flag engine Off
  </Directory>

</VirtualHost>

About

Electrical Vehicles Statistics in NZ with a prediction (Slim/PHP, React/JS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published