Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 910 Bytes

Crowdly - Social Media app

💻 Run locally

  1. Run yarn under root directory to install the Backend dependencies
  2. Run yarn under /client to install the Frontend dependencies
  3. Run yarn start under root directory to run the backend server locally
  4. Run yarn start under /client to run the frontend server

📌 Details

  • Full stack application where the user can view the posts of other members and interact with them
  • The user can create, remove & like posts
  • The user can register or log in
  • The user can add, view & remove comments

✨ Built With

  • React
  • MaterialUI
  • Typescript
  • GraphQL
  • Apollo
  • Node
  • MongoDB
  • Mongoose

🚀 Improvements

  • Use GraphQL's "subscriptions" and implement a websocket API to render the new posts in "live-mode"
  • Write E2E tests for conducting a TDD workflow regarding the UI interactions in the app