SocNet: Reactive Edition
SocNet: Reactive Edition is a full stack social networking simulator web app demonstrating CRUD operations common to social networking apps (e.g., creating & viewing posts).
The backend includes a TDD express.ts
-based relational JSON DB server with autogenerated endpoints that have custom message interception & validation.
The frontend features a React.ts
multi-screen SPA website with simple & consistent design. Users can login to their homepage, quickly traverse screens the automated routing navigation, post to their wall (including emoji search powered by emojis-search-ts
), explore other users & their walls, etc.
#gosuraj