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.
- Host: GitHub
- URL: https://github.com/asifrahaman13/ev-manaagement-system
- Owner: asifrahaman13
- Created: 2023-08-06T13:12:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T02:53:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T00:21:49.515Z (over 1 year ago)
- Topics: fastapi, python, reactjs, sql
- Language: JavaScript
- Homepage:
- Size: 42.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```