Saasitive Django React Boilerplate Versions Save

DIY Django + React Boilerplate for starting your SaaS

v9

3 years ago

Add reset password functionality

v8

3 years ago

Added email verification in the backend

v7

3 years ago

Added docker-compose

v6

3 years ago

CRUD example in Django and React

v5

3 years ago

Add AuthenticatedComponent in the React frontend.

v4

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

3 years ago

Frontend and backend initialized