Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhartisangani/evian-backend

A one-stop solution to all your EV Charging problems. It will significantly impact users' time and effort. Instead of finding EV stations and empty slots physically, You can now explore various stations, compare prices and book slots from home.
https://github.com/dhartisangani/evian-backend

chai cors express node pino razorpay swagger

Last synced: 9 days ago
JSON representation

A one-stop solution to all your EV Charging problems. It will significantly impact users' time and effort. Instead of finding EV stations and empty slots physically, You can now explore various stations, compare prices and book slots from home.

Awesome Lists containing this project

README

        


EVIAN



Evian Website

API Doc


## What is Evian?
It is a one stop solution to all your EV Charging Problem. It will significantly impact user's time and effort. Instead of finding EV stations and empty slots physically, You can now explore various stations, compare prices and book slots from home.

## What's our Motive?


  • Electric Vehicles have revolutionized the automobile industry. A large portion of the automobile will be replaced by EVs in the near future


  • The number of users using EVs is increasing rapidly, and so are the investments made in this sector. The global EV sales grew by 43% from 2019 and the global electric car industry market share rose to a record 4,6% in 2020.


  • It will come with some issues. Because EV charging takes longer, consumers will have to wait in queues for recharge. This would be a waste of the user's time and effort.


  • But we have a solution: what if a user could reserve a slot for recharging from home? What if customers could obtain a list of local charging stations and their available slots?
    Here comes Evians, where users can schedule charging spaces, check available stations, and book slots accordingly.



## Getting Started

1. Fork the repository
2. Clone the repository

```sh
git clone https://github.com/Evian-Sudocoders/backend.git
```

3. Open the folder containing the cloned repository
4. Install the required packages, libraries and dependencies

```sh
npm install
```

5. Custom API keys can be set up in a `.env` file. The format for `.env` file can be found in `.env.example`.
6. Start the project using:-

```sh
npm run dev
```

7. Open http://localhost:3000 to view the API documentation.


## Contributors

- [Dharti Sangani](https://github.com/dhartisangani)
- [Raj Varsani](https://github.com/RajVarsani)