Commit c7a163ad authored by Thaksaporn's avatar Thaksaporn

createapp

parent 5dcef5e6
Pipeline #1861 canceled with stages
# myapp
# Myapp
project Myapp
\ No newline at end of file
## วิธีรัน Project
* cd 62114440101
* cd webapp
*
*
## project information
* ผู้พัฒนา: นางสาวทักษพร เรืองคำ
conda create -n djangoenv python=3.10
conda activate djangoenv
conda install -c conda-forge django
django-admin startproject webapp
cd webapp
python manage.py runserver
cd ..
scoop bucket add java
scoop install flutter
#flutter doctor --android-licenses
flutter create mobileapp
cd mobileapp
flutter run
cd ..
git add .
git commit -m "add webapp"
git push origin master
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment