This is inspired by the real world app, a Medium clone called Conduit. An official implementation can be found here.
Every implementation must follow these specs:
The implementations are supposed to be modular, so that any frontend implementation can work with any backend implementation.
Each implementation has its own branch and directory. Frontend implementations
are tagged as frontend-[LANGUAGE/FRAMEWORK]
, and backend implementations are
tagged as backend-[LANGUAGE/FRAMEWORK]
.
- Next.js (with TypeScript)
- Elm
- Svelte
- Vue