College Winter Project based on using a react website to operate through a python + FLASK backend w/ an SQLite3 database for customer log-in/sign-up utilizing password encryption (Hashing) https://github.com/Ileriayo/markdown-badges?tab=readme-ov-file#social Step 1: Design React Webpage + Alternatives & Redirects ( In this case utilising React-Bootstrap, Bootstrap AND other Bootstrap additions/ alternatives )
Step 2: Build SELECT, DELETE, INPUT, ETC Functions for Python Backend [1]
Step 3: Create a Flask Server Environment on the System using a Python file
Step 4: Create Test Database - Populate the Database with Test Entries
Step 5: Create a Hashing System using college resources as BASE (will expand once details have been confirmed and verified with practice)
Step 6: Build True Database - No INITIAL population beyond (hypothetical) staff members
Step 7: Setup JSON sending + Receiving integration from the backend utilising a Python Functions file (will be created)
Step 8: Setup JSON sending + Receiving integration from the frontend utilising the react integration for such + API and Axiom ( ;-; )
Step 9: Link Database to Primary Python File
Step 10: Host the Primary PYTHON File to the Flask Server environment
Step 11: Link the Primary PYTHON file to the REACT project alongside the Flask Server Environment
Step 12: Error Fixing, Testing and general Reviewing of the Project in its final stage(s)