Skip to content

Releases: saasitive/django-react-boilerplate

v9

29 Dec 15:41
Compare
Choose a tag to compare

Add reset password functionality

v8

23 Dec 13:08
744c31a
Compare
Choose a tag to compare
v8

Added email verification in the backend

v7

19 Nov 08:33
Compare
Choose a tag to compare
v7

Added docker-compose

v6

10 Nov 14:48
Compare
Choose a tag to compare
v6

CRUD example in Django and React

v5

09 Nov 09:38
Compare
Choose a tag to compare
v5

Add AuthenticatedComponent in the React frontend.

v4

04 Nov 13:19
Compare
Choose a tag to compare
v4
  • We added signup actions and reducer.
  • We set up CORS in the backend.
  • We added login actions and reducer.
  • The authentication data (token and user) are saved in localStorage. They can be loaded after website refresh or opening website in a new tab.

v3

03 Nov 08:41
Compare
Choose a tag to compare
v3
  • We've created authentication REST API.
  • User is able to create account with username and password.
  • There is login and logout endpoints available. And endpoint with user information.

v2

03 Nov 08:04
Compare
Choose a tag to compare
v2
  • We added new components (Home, Signup, Login, and Dashboard) to the fronted.
  • There is routing defined between component's views.
  • The Redux skeleton was added to the React application.

v1

03 Nov 07:34
Compare
Choose a tag to compare
v1

Frontend and backend initialized