Thanks to visit codestin.com
Credit goes to github.com

Skip to content

marine1vane/spatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Academy (server-backed MVP)

This is a backend-powered prototype for a Starfall competitor with:

  • User authentication (register/login/logout with signed session cookie)
  • Parent forum persisted in SQLite
  • Reading + math task library for Kindergarten through Grade 3

Run

python app.py

Then open http://localhost:5000.

Notes

  • Data is stored in spatial.db.
  • Passwords are hashed before storage.
  • This is an MVP and should be further hardened for production (TLS, CSRF, stronger password hashing, persistent session storage).

About

school website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors