This Project gives a step by step on the implementation of Authentication and Authorization using React and Python. The project uses Redux for state management and Django Rest Framework for building Restful APIs.
To get a local copy git clone https://github.com/engjames256/oyee-jwt-auth-react-login.git
Open your local copy in the terminal
cd backend
sudo install virtualenv
virtualenv venv
source venv/bin/activate
- pip install django
- pip install whitenoise
- pip install django-rest-knox
- pip install djangorestframework
- pip install django-cors-headers
cd react_login
python manage.py runserver
Server starts on http://localhost:8000/
Open your local copy in the terminal
cd frontend
npm install
npm start
Server starts on http://localhost:3000/
👤 Author
- Github: @engjames256
- Twitter: @engjames256
- Linkedin: Oyee James
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.