{"id":25235581,"url":"https://github.com/nelsontanko/sass-platform","last_synced_at":"2026-01-20T01:04:17.428Z","repository":{"id":255566172,"uuid":"852129262","full_name":"nelsontanko/sass-platform","owner":"nelsontanko","description":"A SaaS app built with Django, Neon DB, Allauth...","archived":false,"fork":false,"pushed_at":"2024-09-12T18:53:11.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T22:42:53.404Z","etag":null,"topics":["allauth","django","docker","postgresql","python","redis","sass","stripe"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/nelsontanko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T09:19:14.000Z","updated_at":"2024-09-12T18:53:14.000Z","dependencies_parsed_at":"2024-09-12T20:30:40.724Z","dependency_job_id":null,"html_url":"https://github.com/nelsontanko/sass-platform","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"b9803e79ce2740e995232d6a20b450da885d36a1"},"previous_names":["peternelson22/sass-platform","nelsontanko/sass-platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsontanko%2Fsass-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsontanko%2Fsass-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsontanko%2Fsass-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsontanko%2Fsass-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsontanko","download_url":"https://codeload.github.com/nelsontanko/sass-platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378091,"owners_count":20929293,"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":["allauth","django","docker","postgresql","python","redis","sass","stripe"],"created_at":"2025-02-11T14:50:33.527Z","updated_at":"2026-01-20T01:04:17.399Z","avatar_url":"https://github.com/nelsontanko.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaaS Starter\n\nAn advanced starter guide for building Software as a Service business by leveraging Django, Tailwind, htmx, Neon Postgres, Redis, and more.\n\nThe goal of this project is to learn how to create a reusable foundation for building SaaS products. When release.\n\n## Getting Started\n\n### Clone\n```bash\nmkdir -p ~/dev/saas\ncd ~/dev/saas\ngit clone https://github.com/peternelson063/sass-platform .\n```\n\n### Create Virtual Environment\n\n*macOS/Linux*\n```bash\npython3 --version # should be 3.11 or higher\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n*Windows*\n```bash\nc:\\Python312\\python.exe -m venv venv\n.\\venv\\Scripts\\activate\n```\n\n### Install Requirements\n```bash\n# with venv activated\npip install pip --upgrade \u0026\u0026 pip install -r requirements.txt\n```\n\n### Sample dotenv to dotnev\n\n```bash\ncp .env.sample .env\ncat .env\n```\nValues include:\n- `DJANGO_DEBUG=1`\n- `DJANGO_SECRET_KEY=\"\"`\n- `DATABASE_URL=\"\"`\n- `EMAIL_HOST=\"smtp.gmail.com\"`\n- `EMAIL_PORT=\"587\"`\n- `EMAIL_USE_TLS=True`\n- `EMAIL_USE_SSL=False`\n- `EMAIL_HOST_USER=\"\"`\n- `EMAIL_HOST_PASSWORD=\"\"`\n- `ADMIN_USER_EMAIL=\"\"`\n- `STRIPE_SECRET_KEY=\"\"`\n\n### NOTE\nFor dev environment, the sqlite3 db could be used\n\n### Create the _DJANGO_SECRET_KEY_\n\n```bash\npython -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'\n```\nor\n```bash\nopenssl rand -base64 64\n```\nor\n```bash\npython -c 'import secrets; print(secrets.token_urlsafe(64))'\n```\n\nOnce you have this value, add update `DJANGO_SECRET_KEY` in `.env`.\n\n### Run Migrations\n\n```bash\nsource venv/bin/activate \n# or .\\venv\\Scripts\\activate if windows\ncd src\npython manage.py migrate\n```\n\n### Create a Superuser\n\n```bash\npython manage.py createsuperuser\n```\n\n### Pull Vendor Static Files\n\n```bash\npython manage.py vendor_pull\n```\n### Run the Server\n\n```bash\npython manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsontanko%2Fsass-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsontanko%2Fsass-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsontanko%2Fsass-platform/lists"}