Building a JWT login and registration backend with flask-praetorian for ReactJS frontend

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jwtlogin-flask

    RESTful API for user registration and login authentication based on flask-praetorian using JWT.

  • Before running the Flask API its necessary to install a bunch of packages as you can check listed here requirements.txt.

  • jwtlogin-reactjs

    a reactjs user registration and login authentication app consuming a Flask RESTful API.

  • For now the ReactJS application (check the repository here) that consumes this Flask API provides three different pages:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • SQLAlchemy

    The Database Toolkit for Python

  • The SQLAlchemy was used as the Python ORM for accessing data from the database and facilitate the communication between app and db converting function calls to SQL statements.

  • PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  • Its also necessary to create a database and users table before anything. I've used PostegreSQL as database and pgAdmin 4 interface to create the DB and table.

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

  • How can I use UUIDs in SQLAlchemy?

    2 projects | /r/codehunter | 3 Apr 2022
  • Working with PostgreSQL and flask_sqlalchemy

    2 projects | dev.to | 3 May 2021
  • Setting up a standalone SQLAlchemy 2.0 ORM application

    4 projects | dev.to | 20 May 2024
  • Xz/liblzma: Bash-stage Obfuscation Explained

    1 project | news.ycombinator.com | 31 Mar 2024
  • How to Build & Deploy Scalable Microservices with NodeJS, TypeScript and Docker || A Comprehesive Guide

    13 projects | dev.to | 25 Jan 2024