Skip to content

Blog application with a JWT-based authentication system, blacklist to store used JWT after logging out, and Redux + React in the frontend

Notifications You must be signed in to change notification settings

fraanaalonso/DRF-REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application with React and Django Rest Framework

To run the application, follow the steps:

Backend

  • From the backend directory run pipenv shell to activate the virtual environment.
  • Make sure you have all the dependencies installed by typing from the backend directory pip freeze. If you run into problems because you could not install the dependencies, run pipenv install -r requirements.txt
  • To create a superuser: python manage.py createsuperuser
  • Once you have all the dependencies installed, run python manage.py runserver

Frontend

  • At first, you need to install the node dependencies by typing from the frontend directory npm install
  • After installing all the dependencies, run npm start

Postman

  • Import the Postman collection to try out the endpoints

About

Blog application with a JWT-based authentication system, blacklist to store used JWT after logging out, and Redux + React in the frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published