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
Then import the sql file using phpMyAdmin (XAMMP->MySQL->Admin)
128
+
Normally Exported sql Script does not have create database syntax. So you should create a database using phpMyAdmin and then import SQL file using phpMyAdmin (XAMMP->MySQL->Admin)
129
129
130
130
### Setup Server
131
131
@@ -154,6 +154,7 @@ Main Packages
154
154
pip install python-dotenv
155
155
pip install python-dateutil
156
156
pip install -U flask-cors
157
+
pip install flask-restx
157
158
158
159
Install a python formatter in VSCode outside of virtual environment
0 commit comments