Authentication app using React and Django REST framework with session authentication.
- backend
pip install djangorestframework
pip install django-cors-headers
pip install mysqlclient
pip install pillow
- frontend
npm install axios
npm install react-router-dom
npm install -D tailwindcss postcss autoprefixer