Introduction
We have to run two servers if we want to use React App as a SPA server and use Django app as an APIs server. What if we only want to launch one server on the machine?
This topic is the third article for Build Single page application with React and Django for building JWT endpoints for authorization and suppose that we have already had a Django application on Github.
Details
Please refer to my article. It includes four parts.
- Migrate Database to PostgreSQL
- Create Endpoints for JSON Wen Token(JWT) with DRF
- Verify JWT Endpoints on Postman
- Create Unit Tests for Endpoints
Articles
There are some of my articles. Feel free to check if you like!
- My blog-posts for software developing: https://medium.com/a-layman
- My web resume: https://jenhsuan.github.io/ALayman/cover.html
- Facebook page: https://www.facebook.com/imalayman
Top comments (0)