{"id":13709196,"url":"https://github.com/saasitive/django-react-boilerplate","last_synced_at":"2025-04-05T00:09:59.995Z","repository":{"id":41535320,"uuid":"309428702","full_name":"saasitive/django-react-boilerplate","owner":"saasitive","description":"DIY Django + React Boilerplate for starting your SaaS","archived":false,"fork":false,"pushed_at":"2022-11-07T09:48:19.000Z","size":255,"stargazers_count":599,"open_issues_count":15,"forks_count":91,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-28T23:08:57.671Z","etag":null,"topics":["django","django-rest-framework","docker-compose","letsencrypt","nginx","postgresql","react-redux","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://saasitive.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saasitive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-02T16:26:52.000Z","updated_at":"2025-03-26T09:22:56.000Z","dependencies_parsed_at":"2022-07-22T02:18:07.549Z","dependency_job_id":null,"html_url":"https://github.com/saasitive/django-react-boilerplate","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasitive%2Fdjango-react-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasitive%2Fdjango-react-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasitive%2Fdjango-react-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasitive%2Fdjango-react-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saasitive","download_url":"https://codeload.github.com/saasitive/django-react-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266565,"owners_count":20910836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-rest-framework","docker-compose","letsencrypt","nginx","postgresql","react-redux","react-router","reactjs"],"created_at":"2024-08-02T23:00:36.641Z","updated_at":"2025-04-05T00:09:59.973Z","avatar_url":"https://github.com/saasitive.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# DIY Django and React Boilerplate for SaaS\n\nIt is a do-it-yourself Django + React Boilerplate for starting your SaaS application. In existing boilerplates for Django+React (or just for Django), there are very often too many features provided (do you really need traffik for MVP?). So before starting, you need to remove a lot of functionality that you don't need or simply don't understand. \n\nI decided to create a simple Django+React boilerplate with step-by-step instructions on how to build it. During building, you can decide what you need or not. And for sure, you learn a lot about Django and React. I hope it will provide a good and quick starting point for creating SaaS applications. I want to create real SaaS applications based on this boilerplate with step-by-step tutorials on how they were created. They will be available on [SaaSitive](https://saasitive.com) website.\n\n## Features (already implemented or planned)\n\n- Backend with Django Rest Framework\n- Frontend with React \n- Bootstrap for styling\n- Deployment with docker-compose on a single VPS\n- SSL certificate from Let's encrypt\n- PostgreSQL database (not yet configured)\n- Authentication with DRF `authtoken` and [Djoser](https://djoser.readthedocs.io/en/latest/)\n- AWS SES for Email sending (not yet implemented)\n- python-decuple for secrets\n- Payments with Stripe (not yet implemented)\n- Step-by-step instructions on how to deploy and how to update the application\n \n\n## Step-by-step instructions:\n1. [Starting SaaS with Django and React](https://saasitive.com/tutorial/django-react-boilerplate-saas/) (tag [v1](https://github.com/saasitive/django-react-boilerplate/tree/v1)) \n2. [React Routing and Components for Signup and Login](https://saasitive.com/tutorial/react-routing-components-signup-login/) (tag [v2](https://github.com/saasitive/django-react-boilerplate/tree/v2))\n3. [Token Based Authentication with Django Rest Framework and Djoser](https://saasitive.com/tutorial/token-based-authentication-django-rest-framework-djoser/) (tag [v3](https://github.com/saasitive/django-react-boilerplate/tree/v3))\n4. [React Token Based Authentication to Django REST API Backend](https://saasitive.com/tutorial/react-token-based-authentication-django/) (tag [v4](https://github.com/saasitive/django-react-boilerplate/tree/v4))\n5. [React Authenticated Component](https://saasitive.com/tutorial/react-authenticated-component/)  (tag [v5](https://github.com/saasitive/django-react-boilerplate/tree/v5))\n6. [CRUD in Django Rest Framework and React](https://saasitive.com/tutorial/crud-django-rest-framework-react/) (tag [v6](https://github.com/saasitive/django-react-boilerplate/tree/v6))\n7. [Docker-Compose for Django and React with Nginx reverse-proxy and Let's encrypt certificate](https://saasitive.com/tutorial/docker-compose-django-react-nginx-let-s-encrypt/) (tag [v7](https://github.com/saasitive/django-react-boilerplate/tree/v7))\n8. [Django Rest Framework Email Verification](https://saasitive.com/tutorial/django-rest-framework-email-verification/) (tag [v8](https://github.com/saasitive/django-react-boilerplate/tree/v8))\n9. [Django Rest Framework Reset Password](https://saasitive.com/tutorial/django-rest-framework-reset-password/) (tag [v9](https://github.com/saasitive/django-react-boilerplate/tree/v9))\n\n\nMore articles coming soon!\n\n## Screenshots\n\n\u003ckbd\u003e\u003cimg src=\"https://raw.githubusercontent.com/saasitive/media/main/home_view.png\" /\u003e\u003c/kbd\u003e\n\n\u003ckbd\u003e\u003cimg src=\"https://raw.githubusercontent.com/saasitive/media/main/signup.png\" /\u003e\u003c/kbd\u003e\n\n\u003ckbd\u003e\u003cimg src=\"https://raw.githubusercontent.com/saasitive/media/main/login.png\" /\u003e\u003c/kbd\u003e\n\n\u003ckbd\u003e\u003cimg src=\"https://raw.githubusercontent.com/saasitive/media/main/dashboard.png\" /\u003e\u003c/kbd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaasitive%2Fdjango-react-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaasitive%2Fdjango-react-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaasitive%2Fdjango-react-boilerplate/lists"}