Project 3 overview

 Project 3

  • Project three we will be switching our focus to TODOS instead of BOOKS
  • New information will include:
    • Full SQL Database
    • SQLite - simple easy and embedded database application
    • Postgres - Production RDBMS
    • MySQL - Production RDBMS
    • Authentication - by using JWT (able to create users with username and password for login)
    • Authorization - Roles and Responsibilities according to user type.
    • Hashing Passwords

Creating a Todo Table

  • We will create new TODO Table Models for our application
  • We will be using these Todos to save records throughout this project.

Architectural diagram for it:



Comments

Popular posts from this blog

Path Parameter Data Validation | Query Parameter Data Validation

CRUD Assignment

Python Variables