"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
Stars
83.0k
Forks
7.6k
Watchers
83.0k
Open Issues
33
Overall repository health assessment
No package.json found
This might not be a Node.js project
291
commits
212
commits
155
commits
96
commits
83
commits
64
commits
49
commits
7
commits
6
commits
4
commits
fix: broken regex conversion for dates when generating bruno tests
e75fef3View on GitHubspecs: e2e tests for pagination create other users/articles through ui when in no-api mode
8ad0a49View on GitHubspecs: e2e tests for social feature creates other users through ui when in no-api mode
ad527b5View on GitHubspecs: e2e test for null-fields now manually register users/change profile picture when in no-api mode
b649a89View on GitHubspecs: e2e test for article pagination now create articles through ui in no-api mode
04b354eView on GitHubspecs: e2e test setup now correctly fills the tags even in fullstack mode
58d2ffaView on GitHubspecs: e2e/settings.spec.ts now adapted for fullstack implementations when setting is checked
a86e4d7View on GitHubspecs: e2e tests in social.spec.ts now either rely on existing users for SPA + demo backend, or create users for fullstack
7b2ff8aView on GitHubspecs: missing expect(page).toHaveURL instead of direct check in one of the tests as the page change is not always instant
55bda76View on GitHubspecs: don't intercept put when verifying tag list when not relying on the api
b49c47bView on GitHubspecs: add API_MODE toggle to skip API-only tests when dealing with a fullstack implem
c5d2cbeView on GitHubspecs: test that frontend sends tagList: [] when removing all tags
6d97337View on GitHub