/relay-markdown-notes

Take and visualize notes in markdown using Relay and GraphQL 📕

Primary LanguageTypeScript

cool thing ill try to build lol

groups: name secret

users: username email password group group_owner admin

posts: title content group

users can register and admins can make them group owners. group owners can create groups. every non group-owner user can join a group using it's id and secret. users can shre notes with their group. users can delete their group notes.

notes and users are connections inside groups.

still missing: users groupassign page userowner page not sure if i want to implement those lol