simple django vue project
Specify the license type. mkdir backend create requirements.txt python -m venv venv venv/Scripts/Activate pip install -r requirements.txt django-admin startproject config . python manage.py startapp employees python manage.py makemigrations python manage.py migrate python manage.py runserver
npm create vue@latest
name project frontend
cd .\frontend
npm install
npm install vue-router@4
npm run dev