Skip to content

Record keeping and parent communication tool for Montessori schools

License

Notifications You must be signed in to change notification settings

obserfy/obserfy

Repository files navigation

Obserfy logo

Obserfy

Montessori record keeping software and parent communication tool.

Code Coverage

This is the monorepo of Obserfy. Obserfy is currently still on its early days, so things might break and change a lot between versions and require some manual migrations. We currently don't have the bandwidth to support independent installation, so for now, we would recommend using our hosted version on obserfy.com instead of running obserfy on your own.

If you were to give it a try, we would love to hear any of your feedback through GitHub issue, email at support@obserfy.com, or canny.

Codebase

Folder structure

packages/*        # Contains various patched or custom libraries that we use
docker/*          # Contains dockerfile  for every projects. 
apps/
|--gaia           # Contains all api and frontend for our parent's dashboard, powered by nextjs
|--vor            # Contains all code for teacher's dashboard, powered by gatsby and go

See each folder's README.md files for more info about them.