Topic: Food Ordering Service part.1
Deadline: 2022/05/20 23:59
-
Change directory to this repo directory.
cd db_homework2
-
Create the virtualenv
virtualenv -p python3 venv
-
Activate the virtualenv
source activate
- Install the following python packages
pip install Flask pip install Flask-SQLAlchemy pip install flask-marshmallow pip install marshmallow pip install marshmallow-sqlalchemy pip install Flask-Cors
Make sure that you are in
venv
by typingsource activate
in command line before running the backend scriptapp.py
App.vue
├─ LoginView.vue
│ ├─ SigninPage.vue
│ └─ SignupPage.vue
│
└─ HomeView.vue
├─ HomePage.vue
│ ├─ UserProfile.vue
│ ├─ SearchShop.vue
│ └─ ShopList.vue
│ └─ MenuPage.vue
│
└─ ShopPage.vue
├─ ShopRegister.vue
└─ AddMeal.vue
- login(inputData)
- register(userData)