1.1 KiB
Math website
to access list of all users in the database go to http://127.0.0.1:5000/users
Live website with the latest commit as of 12/07/2026 11:22am https://math.ralphie.xyz
working on email system for reseting password but isnt working at the moment and can break the website if uncommented and ran
only works on device local not local network or with a public ip and port forwarding working to fix this
at the moment there is no demo kinda build to test it out but that will be added in the future with the official website demo will just be a less features way to check the website out
done
singup system, signin system, hiding bivariate page if not signed in, database to store accounts
not done
information, quizzes, formulas, good looking pages reseting password
Guide to running
git clone https://git.ralphie.xyz/Jordan/math-website.git
cd math-website
python3 ./app.py
Then go to http://localhost:5000