Skip to content

A starter application environment for building a Quasar frontend, and Django backend, and Session based authentication.

License

Notifications You must be signed in to change notification settings

bklik/quasar-django-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar/Django Starter with Session Authentication

Install the dependencies

python -m venv .venv
source .venv/bin/activate

pip install -f ./requirements.txt

Initialize the backend

cd backend/
python manage.py migrate
python manage.py createsuperuser

Develop With Project

# Terminal 1
python manage.py runserver
# Terminal 2
quasar dev

About

A starter application environment for building a Quasar frontend, and Django backend, and Session based authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published