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

https://github.com/asifrahaman13/ev-manaagement-system

A full stack application as an EV management system. The application allows EV stations to register their EV station with its details. The users can book the ev station and they will be charged based on the number of hours they use the ev system.
https://github.com/asifrahaman13/ev-manaagement-system

fastapi python reactjs sql

Last synced: 3 months ago
JSON representation

A full stack application as an EV management system. The application allows EV stations to register their EV station with its details. The users can book the ev station and they will be charged based on the number of hours they use the ev system.

Awesome Lists containing this project

README

          

# EV Management system

Fist clone the repository from the github using the following command:\

```
git init
git clone https://github.com/asifrahaman13/ev-manaagement-system.git
```
There are both backend as well as front-end for the website. Hence both the applications needs to be run.

## Backend
```
cd backend/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Front end

Now open another terminal
```
cd frontend/
yarn install
yarn start
```