Skip to content

Commit b6c7f4f

Browse files
authored
Update README.md
1 parent eb2a2d6 commit b6c7f4f

File tree

1 file changed

+43
-8
lines changed

1 file changed

+43
-8
lines changed

Voltage Vikings/README.md

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,61 @@ Prototype Components:
3333
- Javascript
3434
- API's
3535
- Google Maps(Routes,Directions,Maps Javascript), Razor Pay, Google OAuth Consent Screen
36-
- Database - Mentioning the specific database system we are using SQLite. For production PostgreSQL can be used.
3736
# Libraries and Dependencies
3837
- Pychram/VS Code
3938
- Google Map API Key
4039
- Google OAuth API Key
4140
- Razor Pay API Key
4241
- Gmail App Password
4342
- Required Module Are In The requiements.txt
44-
# Step-by-Step Code Execution Instructions
45-
- Clone The Repository And Activate venv (Since all the dependencies are pushed along with code to run the project smoothly)
46-
- Just run the commands below
47-
- `source bin/activate` (Activate Your Virtual Environment)
48-
- `pip install -r requirements.txt`
49-
- `python3 manage.py runserver`
5043

44+
**NOTE : All the dependencies are pushed along with code to run the project smoothly**
45+
# Step-by-Step Code Execution Instructions For Windows
46+
**Make sure that git and python installed in your system**
47+
48+
Just open command prompt and run below commands
49+
- `git`
50+
- If you get git command not found then install from this site - https://git-scm.com/download/win
51+
- `python --version`
52+
- If you get python not found then install any version from this site - https://www.python.org/downloads/windows/ and while installing make sure to add path
53+
54+
**After successfull install or if already install run following commands**
55+
- Clone the github repo `git clone https://github.com/amsagar/Code-with-Google-Maps.git`
56+
- Go to clone Directory `cd Code-with-Google-Maps`
57+
- Go to project folder `cd Voltage Vikings`
58+
- Create your virtual environment `python -m venv <venv name>`
59+
- Activate your virtual environment `<venv name>\Scripts\activate`
60+
- Install requirements `pip install -r requirements.txt`
61+
- Finally run project `python manage.py runserver`
5162
- Project Will Be Running At `localhost` Head On To Link http://127.0.0.1:8000/
5263
- To Access The Admin Account Head On To Link http://127.0.0.1:8000/admin And Login With username(`sagar`) and password(`2002`) Given While Creating Superuser
5364
- And Also Its Important To Ensure That The Social Application Provider Is Configured With The Neccessary Keys In The Admin Panel Just As Shown Below
5465
- ![Image Alt Text](soc_app.png)
55-
- The Site Is Hosted Here - https://evconnects06.pythonanywhere.com/
66+
67+
# Step-by-Step Code Execution Instructions For MacOS
68+
**Make sure that git and python installed in your system**
69+
70+
Just open command prompt and run below commands
71+
- `git`
72+
- If you get git command not found then install from this site - https://git-scm.com/download/mac
73+
- `python3 --version`
74+
- If you get python not found then install any version from this site - https://www.python.org/downloads/macos/
75+
76+
**After successfull install or if already install run following commands**
77+
- Clone the github repo `git clone https://github.com/amsagar/Code-with-Google-Maps.git`
78+
- Go to clone Directory `cd Code-with-Google-Maps`
79+
- Go to project folder `cd Voltage Vikings`
80+
- Create your virtual environment `python3 -m venv <venv name>`
81+
- Activate your virtual environment `source <venv name>/bin/activate`
82+
- Install requirements `pip install -r requirements.txt`
83+
- Finally run project `python3 manage.py runserver`
84+
- Project Will Be Running At `localhost` Head On To Link http://127.0.0.1:8000/
85+
- To Access The Admin Account Head On To Link http://127.0.0.1:8000/admin And Login With username(`sagar`) and password(`2002`) Given While Creating Superuser
86+
- And Also Its Important To Ensure That The Social Application Provider Is Configured With The Neccessary Keys In The Admin Panel Just As Shown Below
87+
- ![Image Alt Text](soc_app.png)
88+
89+
# Live Site https://evconnects06.pythonanywhere.com/
90+
5691
# Future Scope
5792
- **Integration** of this platform along with hardware interfacing in **EV's Infotainment Area**
5893
- **Expanding Charging Station Network**: Continuously expand the database of charging stations to cover more regions, including rural areas and highways, to make EV adoption more convenient.

0 commit comments

Comments
 (0)