-
npx create-expo-app AwesomeProject
-
cd AwesomeProject
// web 3. expo start --web
or for global 3. npm install -g expo-cli
// mobile - barcode scane 4. expo-cli start --tunnel
// Expo Go app - in moble play store install
=========================================================================
-
Step 1 Driver -> python -> Copy string paste in host.
-
Set up basic Django Application
-
pip install djongo
-
pip install dnspython
-
Settings.py -> remove DataBase
-
py
DATABASES = { 'default': { 'ENGINE': 'djongo', 'NAME': 'django', 'CLIENT':{ 'host':'mongodb+srv://uma:uma@cluster0.g3tcjlo.mongodb.net/{collection-name} ?retryWrites=true&w=majority', 'username':'uma', 'password':'uma' } } }
-
pip install pymongo==3.12.3
-
pip install pytz
-
python manage.py migrate