Authentication system using Python (Django) and SvelteKit

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust-auth

    A fullstack authentication system using rust, sveltekit, and Typescript

    You can, if you want, grab its frontend counterpart.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • django-auth-backend

    Django session-based authentication system with SvelteKit frontend

  • Django

    The Web framework for perfectionists with deadlines.

    Manually handling and parsing multipart form data in Django view using the scantily documented (if even documented) MultiPartParser.

  • mypy

    Optional static typing for Python

    The backend service was built using Django with PostgreSQL database, Redis for session storage, and AWS S3 for file storage. The APIs were built without the use of external REST API frameworks such as Django REST framework. Data serialization and JSON responses were manually handled. Most of the views were made asynchronous. For testing, pytest and its ecosystem were heavily used. Mypy, Pylint and others were used for Static analysis. GitHub Actions were used for automated testing, coverage report and static analysis.

  • django-rest-framework

    Web APIs for Django. 🎸

    The backend service was built using Django with PostgreSQL database, Redis for session storage, and AWS S3 for file storage. The APIs were built without the use of external REST API frameworks such as Django REST framework. Data serialization and JSON responses were manually handled. Most of the views were made asynchronous. For testing, pytest and its ecosystem were heavily used. Mypy, Pylint and others were used for Static analysis. GitHub Actions were used for automated testing, coverage report and static analysis.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

    3 projects | dev.to | 12 Jul 2024
  • Exploring Django's Third-Party Packages: Top Libraries You Should Know

    8 projects | dev.to | 8 Jul 2023
  • But how do I do this in Python?

    3 projects | /r/Python | 21 May 2023
  • Framework like Django's REST Framework?

    3 projects | /r/csharp | 16 Mar 2023
  • Hide mysql connection from app users

    2 projects | /r/learnpython | 25 Nov 2022

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?