/EVAssistant

Primary LanguageJavaScript

Electric-Vehicle-Assistant

============================

Project Structure

.
├── Frontend                   # Main ionic app
├── Backend                    # express server 
└── README.md 

Setting up frontend locally

  • Install ionic and cordova globally

      npm i -g cordova ionic
    
  • Clone this repository

      git clone https://github.com/jeevan-jp/EVAssistant.git
    
  • Visit the directory in command window and install dependencies

      npm install
    
  • run server

      ionic serve --lab
    
  • open following link in your browser:

      http://localhost:8100/ionic-lab
    

Setting up data locally

  • open cmd and run following command:

      ./mongoimport -d dbname -c 1.csv --type csv --file pathof file