Full stack web project
its just a simple project that has login and logout features
i used django as backend and css and Javascript as frontend
first you have to create a superuser in order to access admin panel
in order to do that run command following command -
python manage.py createsuperuser
after that fill in the details.
and after that in order to run the server use following command -
python manage.py runserver