You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Voltage Vikings/README.md
+43-8Lines changed: 43 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,26 +33,61 @@ Prototype Components:
33
33
- Javascript
34
34
- API's
35
35
- 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.
37
36
# Libraries and Dependencies
38
37
- Pychram/VS Code
39
38
- Google Map API Key
40
39
- Google OAuth API Key
41
40
- Razor Pay API Key
42
41
- Gmail App Password
43
42
- 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`
50
43
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`
- Finally run project `python manage.py runserver`
51
62
- Project Will Be Running At `localhost` Head On To Link http://127.0.0.1:8000/
52
63
- 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
53
64
- 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
54
65
-
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`
- 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
+
-
88
+
89
+
# Live Site https://evconnects06.pythonanywhere.com/
90
+
56
91
# Future Scope
57
92
-**Integration** of this platform along with hardware interfacing in **EV's Infotainment Area**
58
93
-**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