Mugambi645 / django-react-authentication

django-react authentication using simple-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-react-authentication

Django-react authentication made possible with django-rest framework and simplejwt.

Built with react & Django

Build Setup

# Clone the repository
cd backend
# Create & and activate a virtual environment
eg virtualenv venv && source/venv/activate
# Install requirements
pip install -r requirements.txt
# Run migrations & Run server
python manage.py migrate && python manage.py runserver
# Open a new terminal prompt and go back to the root folder
cd ..
# Navigate to frontend folder
cd frontend
# Install dependancies and start the client
npm install && npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report

📝 License

This project is free to use

About

django-react authentication using simple-jwt


Languages

Language:JavaScript 49.7%Language:Python 41.3%Language:HTML 6.7%Language:CSS 2.4%