#Project Description
An app which books tickets for charging Electric Vehicle, once you get the ticket you are provided with a code which then submitted to the Electric Station will facilitate to charge your vehicle without any Human Intervention.
Product based Payment
Install modejs and mongodb
Install express using npm
Pull all the files and run npm install
Before runnning server: Run python database_load.py in the directory NewProduct
To run server node server.js
To get the Routes, check ./app/routes/note_routes.js
Available Routes:
- /signup :-- To signup
- /login :-- To Login
- /generate_code :-- To generate Random Code
- /change_password :-- To change password
- /add_vehicle :-- To add a new vehicle
- /show_vehicle :-- To show all vehicle detailss